Table of Contents

Class VideoViewXHandler

Namespace
VisioForge.Core.UI.MAUI
Assembly
VisioForge.Core.UI.MAUI.dll

Handler for VideoViewX.

public class VideoViewXHandler : ViewHandler<VideoViewX, VideoView>, IPlatformViewHandler, IViewHandler, IElementHandler

Inheritance

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

mapper IPropertyMapper

Property mapper.

commandMapper CommandMapper

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.