Class SkinIconElement
Skin icon element.
Namespace: VisioForge.Core.UI.MAUI.Skins
Assembly: VisioForge.Core.UI.MAUI.dll
Syntax
public class SkinIconElement : SKCanvasView
Constructors
SkinIconElement()
Initializes a new instance of the SkinIconElement class.
Declaration
public SkinIconElement()
Fields
ElementStateProperty
The element type property.
Declaration
public static readonly BindableProperty ElementStateProperty
Field Value
| Type | Description |
|---|---|
| BindableProperty |
ElementTypeProperty
The element type property.
Declaration
public static readonly BindableProperty ElementTypeProperty
Field Value
| Type | Description |
|---|---|
| BindableProperty |
SkinNameProperty
The element type property.
Declaration
public static readonly BindableProperty SkinNameProperty
Field Value
| Type | Description |
|---|---|
| BindableProperty |
Properties
ElementState
Gets or sets the type of the element.
Declaration
public SkinElementState ElementState { get; set; }
Property Value
| Type | Description |
|---|---|
| SkinElementState | The type of the element. |
ElementType
Gets or sets the type of the element.
Declaration
public SkinElementType ElementType { get; set; }
Property Value
| Type | Description |
|---|---|
| SkinElementType | The type of the element. |
SkinName
Gets or sets the type of the element.
Declaration
public string SkinName { get; set; }
Property Value
| Type | Description |
|---|---|
| String | The type of the element. |
Events
OnClickOrTouch
Declaration
public event EventHandler OnClickOrTouch
Event Type
| Type | Description |
|---|---|
| EventHandler |