Skip to main content

DXButtonStyleSettings Properties

Contains style settings that specify the DXButton’s appearance.
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.
See Also