Class VideoViewXHandler
- Namespace
- VisioForge.Core.UI.MAUI
- Assembly
- VisioForge.Core.UI.MAUI.dll
Handler for VideoViewX.
public class VideoViewXHandler : ViewHandler<VideoViewX, VideoView>, IPlatformViewHandler, IViewHandler, IElementHandlerInheritance
Implements
Inherited Members
Constructors
VideoViewXHandler()
Initializes a new instance of the VisioForge.Core.UI.MAUI.VideoViewXHandler class.
public VideoViewXHandler()VideoViewXHandler(IPropertyMapper, CommandMapper)
Initializes a new instance of the VisioForge.Core.UI.MAUI.VideoViewXHandler class.
public VideoViewXHandler(IPropertyMapper mapper, CommandMapper commandMapper = null)Parameters
mapperIPropertyMapper-
Property mapper.
commandMapperCommandMapper-
Command mapper.
Properties
VideoView
Gets the video view.
public IVideoView VideoView { get; }Property Value
- IVideoView
Methods
CreatePlatformView()
Creates the platform view.
protected override VideoView CreatePlatformView()Returns
- VideoView
-
The platform view.