AndroidViewControlHandle Class
Definition
public class AndroidViewControlHandle
Constructors
| Name | Description |
|---|---|
| AndroidViewControlHandle | No summary available. |
AndroidViewControlHandle Constructor
public AndroidViewControlHandle(Android.Views.View view)
Parameters
view Android.Views.View
Methods
| Name | Description |
|---|---|
| Destroy | No summary available. |
| Equals (2 overloads) | Inherited from PlatformHandle. |
| GetHashCode | Inherited from PlatformHandle. |
| ToString | Inherited from PlatformHandle. |
Destroy Method
public void Destroy()
Properties
| Name | Description |
|---|---|
| View | No summary available. |
| Handle | Gets the handle. Inherited from PlatformHandle. |
| HandleDescriptor | Gets an optional string that describes what Avalonia.Platform.PlatformHandle.Handle represents. Inherited from PlatformHandle. |
View Property
public Android.Views.View View { get; set; }