Table of Contents

Method GetPlatformView

Namespace
Alternet.UI
Assembly
Alternet.UI.Maui.dll

GetPlatformView(AbstractControl?)

Gets PlatformView for the specified Control.

public static PlatformView? GetPlatformView(AbstractControl? control)

Parameters

control AbstractControl

Control to get PlatformView from.

Returns

PlatformView

GetPlatformView(IElementHandler?)

Gets platform view.

public virtual PlatformView? GetPlatformView(IElementHandler? handler = null)

Parameters

handler IElementHandler

Element handler.

Returns

PlatformView