Skip to main content

UIViewControlHandle Class

Definition

Namespace:Avalonia.iOS
Assembly:Avalonia.iOS
Package:Avalonia.iOS
public class UIViewControlHandle

Inheritance: object -> PlatformHandle -> UIViewControlHandle

Constructors

NameDescription
UIViewControlHandleNo summary available.

UIViewControlHandle Constructor

public UIViewControlHandle(UIKit.UIView view)

Parameters

view UIKit.UIView

Methods

NameDescription
DestroyNo summary available.
Equals (2 overloads)Inherited from PlatformHandle.
GetHashCodeInherited from PlatformHandle.
ToStringInherited from PlatformHandle.

Destroy Method

public void Destroy()

Properties

NameDescription
HandleGets the handle. Inherited from PlatformHandle.
HandleDescriptorGets an optional string that describes what Avalonia.Platform.PlatformHandle.Handle represents. Inherited from PlatformHandle.
ViewNo summary available.

View Property

public UIKit.UIView View { get; set; }