Table of Contents

Class PhotoCaptureViewHandler

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

Handler for PhotoCaptureView.

public class PhotoCaptureViewHandler : ViewHandler<PhotoCaptureView, PhotoCaptureView>, IPlatformViewHandler, IViewHandler, IElementHandler

Inheritance

Implements

Inherited Members

Constructors

PhotoCaptureViewHandler()

Initializes a new instance of the VisioForge.Core.UI.MAUI.PhotoCaptureViewHandler class.

public PhotoCaptureViewHandler()

PhotoCaptureViewHandler(IPropertyMapper, CommandMapper)

Initializes a new instance of the VisioForge.Core.UI.MAUI.PhotoCaptureViewHandler class.

public PhotoCaptureViewHandler(IPropertyMapper mapper, CommandMapper commandMapper = null)

Parameters

mapper IPropertyMapper

Property mapper.

commandMapper CommandMapper

Command mapper.

Properties

Core

Gets the core.

public PhotoCaptureView Core { get; }

Property Value

PhotoCaptureView

Methods

CreatePlatformView()

Creates the platform view.

protected override PhotoCaptureView CreatePlatformView()

Returns

PhotoCaptureView

The platform view.