StateAppearances Members
In This Article
#Constructors
Name | Description |
---|---|
State |
Initializes a new instance of the State |
State |
Initializes a new instance of the State |
State |
Initializes a new instance of the State |
State |
Initializes a new instance of the State |
#Properties
Name | Description |
---|---|
Disabled | Specifies appearance settings used to paint an object in a disabled state. |
Hovered | Specifies appearance settings used to paint an object when it’s hovered. |
Normal | Specifies appearance settings used to paint an object in its regular state. |
Pressed | Specifies appearance settings used to paint an object when it’s clicked. |
#Methods
Name | Description |
---|---|
Assign |
Sets the appearance object’s settings to default values. |
Assign |
Copies the specified appearance settings to the State |
Assign |
Copies settings of the specified State |
Dispose() |
Releases all resources used by the current State |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Returns either the State |
Get |
Returns either the State |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Set |
Sets the specified font for the State |
Set |
Sets the specified text vertical alignment for the State |
Set |
Specifies if the word wrap should be used. |
To |
Returns the textual representation of the State |
Update |
Updates the right-to-left text direction option. |
See Also