Search
ButtonBase Properties
 


 Public Properties

  Name Description

BackgroundBrush

Gets or sets the brush used to fill the button when it is in normal state.

BackgroundBrushDisabled

Gets or sets the brush used to fill the button when it is disabled.

BackgroundBrushDown

Gets or sets the brush used to fill the button when it is being pressed.

BackgroundBrushOver

Gets or sets the brush used to fill the button when it is being hovered.

BorderBrush

Gets or sets the brush used to draw the button border.

BorderBrushDisabled

Gets or sets the brush used to draw the button border when the button is disabled.

BorderBrushDown

Gets or sets the brush used to draw the button border when the button is being pressed.

BorderBrushOver

Gets or sets the brush used to draw the button border when the button is being hovered.

BorderThickness

Gets or sets the thickness of the button border.

CustomDraw

Gets or set the type of custom drawing for the button.

FocusOnClick

Gets or sets a value indicating whether the button receives the input focus when it is clicked by the mouse.

Font

Gets or sets the font of the text displayed by the button.

ForegroundBrush

Gets or sets the brush used to draw the button content.

ForegroundBrushDisabled

Gets or sets the brush used to draw the button content when the button is disabled.

ForegroundBrushDown

Gets or sets the brush used to draw the button content when the button is being pressed.

ForegroundBrushOver

Gets or sets the brush used to draw the button content when the button is being hovered.

ShowFocus

Gets or sets a value indicating whether a focus rectangle should be drawn when the control has the input focus.

Text

Gets or sets the text display by the button.

TextAlign

Gets or sets the alignment of the text in the button control.

 See Also