Skip to main content

DXButtonStyleSettings Members

Contains style settings that specify the DXButton’s appearance.

Constructors

Name Description
DXButtonStyleSettings() Initializes a new instance of the DXButtonStyleSettings class.

Fields

Name Description
DisabledBackgroundProperty static Identifies the DisabledBackground dependency property.
DisabledBorderBrushProperty static Identifies the DisabledBorderBrush dependency property.
DisabledForegroundProperty static Identifies the DisabledForeground dependency property.
HoverBackgroundProperty static Identifies the HoverBackground dependency property.
HoverBorderBrushProperty static Identifies the HoverBorderBrush dependency property.
HoverForegroundProperty static Identifies the HoverForeground dependency property.
PressedBackgroundProperty static Identifies the PressedBackground dependency property.
PressedBorderBrushProperty static Identifies the PressedBorderBrush dependency property.
PressedForegroundProperty static Identifies the PressedForeground dependency property.

Properties

Name Description
DisabledBackground Gets or sets a brush that paints the disabled DXButton’s background.
DisabledBorderBrush Gets or sets a brush that paints the disabled DXButton’s border.
DisabledForeground Gets or sets a brush that paints the disabled DXButton’s foreground.
HoverBackground Gets or sets a brush that paints the hovered DXButton’s background.
HoverBorderBrush Gets or sets a brush that paints the hovered DXButton’s border.
HoverForeground Gets or sets a brush that paints the hovered DXButton’s foreground.
PressedBackground Gets or sets a brush that paints the pressed DXButton’s background.
PressedBorderBrush Gets or sets a brush that paints the pressed DXButton’s border.
PressedForeground Gets or sets a brush that paints the pressed DXButton’s foreground.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also