Class SkinButton
Skin button element.
Inheritance
SkinButton
Inherited Members
Namespace: VisioForge.Core.UI.WPF.Skins
Assembly: VisioForge.Core.dll
Syntax
public class SkinButton : SKElement, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
Constructors
SkinButton()
Initializes a new instance of the SkinButton class.
Declaration
public SkinButton()
Fields
ElementStateProperty
The element state property.
Declaration
public static readonly DependencyProperty ElementStateProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
ElementTypeProperty
The element type property.
Declaration
public static readonly DependencyProperty ElementTypeProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
SkinNameProperty
The skin name property.
Declaration
public static readonly DependencyProperty SkinNameProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
Properties
ElementState
Gets or sets the state of the element.
Declaration
public SkinElementState ElementState { get; set; }
Property Value
| Type | Description |
|---|---|
| SkinElementState | The state 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 name of the skin.
Declaration
public string SkinName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The name of the skin. |