The ClearStyleExtensions type exposes the following members.

Methods

  Name Description
Public method Static member GetButtonBackground
Gets the clear style button background brush.
Public method Static member GetButtonForeground
Gets the clear style button foreground brush.
Public method Static member GetCaretBrush
Gets the caret brush.
Public method Static member GetCornerRadius
Gets the CornerRadius.
Public method Static member GetFocusBrush
Gets the focus brush.
Public method Static member GetMouseOverBrush
Gets the mouse over brush.
Public method Static member GetPressedBrush
Gets the pressed brush.
Public method Static member GetScrollBarStyle
Gets the style of a scrollbar.
Public method Static member SetButtonBackground
Sets the clear style button background brush.
Public method Static member SetButtonForeground
Sets the clear style button foreground brush.
Public method Static member SetCaretBrush
Sets the caret brush.
Public method Static member SetCornerRadius
Sets the CornerRadius.
Public method Static member SetFocusBrush
Sets the focus brush.
Public method Static member SetMouseOverBrush
Sets the mouse over brush.
Public method Static member SetPressedBrush
Sets the pressed brush.
Public method Static member SetScrollBarStyle
Sets the style of a scrollbar.

Fields

  Name Description
Public field Static member ButtonBackgroundProperty
This attached property can modify background of clear style button.
Public field Static member ButtonForegroundProperty
This attached property can modify background of clear style button.
Public field Static member CaretBrushProperty
This attached property can modify the caret visual style of a clear style control.
Public field Static member CornerRadiusProperty
This attached property can modify the focus visual style of a clear style control.
Public field Static member FocusBrushProperty
This attached property can modify the focus visual style of a clear style control.
Public field Static member MouseOverBrushProperty
This attached property can modify the mouse over visual style of a clear style control.
Public field Static member PressedBrushProperty
This attached property can modify the pressed visual style of a clear style control.
Public field Static member ScrollBarStyleProperty
This attached property can modify the style of a scrollbar.

See Also