Skip to main content

AndroidViewControlHandle Class

Definition

Assembly:Avalonia.Android
Package:Avalonia.Android
public class AndroidViewControlHandle

Inheritance: object -> PlatformHandle -> AndroidViewControlHandle

Constructors

NameDescription
AndroidViewControlHandleNo summary available.

AndroidViewControlHandle Constructor

public AndroidViewControlHandle(Android.Views.View view)

Parameters

view Android.Views.View

Methods

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

Destroy Method

public void Destroy()

Properties

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

View Property

public Android.Views.View View { get; set; }