DXButtonStyleSettings Members
In This Article
#Constructors
Name | Description |
---|---|
DXButton |
Initializes a new instance of the DXButton |
#Fields
Name | Description |
---|---|
Disabled |
Identifies the Disabled |
Disabled |
Identifies the Disabled |
Disabled |
Identifies the Disabled |
Hover |
Identifies the Hover |
Hover |
Identifies the Hover |
Hover |
Identifies the Hover |
Pressed |
Identifies the Pressed |
Pressed |
Identifies the Pressed |
Pressed |
Identifies the Pressed |
#Properties
Name | Description |
---|---|
Disabled |
Gets or sets a brush that paints the disabled DXButton’s background. |
Disabled |
Gets or sets a brush that paints the disabled DXButton’s border. |
Disabled |
Gets or sets a brush that paints the disabled DXButton’s foreground. |
Hover |
Gets or sets a brush that paints the hovered DXButton’s background. |
Hover |
Gets or sets a brush that paints the hovered DXButton’s border. |
Hover |
Gets or sets a brush that paints the hovered DXButton’s foreground. |
Pressed |
Gets or sets a brush that paints the pressed DXButton’s background. |
Pressed |
Gets or sets a brush that paints the pressed DXButton’s border. |
Pressed |
Gets or sets a brush that paints the pressed DXButton’s foreground. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. 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. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also