CommonToggleButtonBase class¶
Defined in
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Controls.CommonToggleButtonBase
Modifiers: public abstract
Summary¶
CommonToggleButtonBase.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class CommonToggleButtonBase
class ToggleButton
ToggleButton <|-- CommonToggleButtonBase
Inherits from: ToggleButton
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [CommonToggleButtonBase](# class. |
Properties¶
| Name | Summary |
|---|---|
| CornerRadius1 | Gets or sets the corner radius1. |
| CornerRadius2 | Gets or sets the corner radius2. |
| FocusBorderThickness | Gets or sets the focus border thickness. |
| FocusBrush | Gets or sets the focus brush. |
| GlareBrush | Gets or sets the glare brush. |
| MinorBorderBrush1 | Gets or sets the minor border brush1. |
| MinorBorderThickness1 | Gets or sets the minor border thickness1. |
Fields¶
| Name | Summary |
|---|---|
| static CornerRadius1Property | The corner radius1 property. |
| static CornerRadius2Property | The corner radius2 property. |
| static FocusBorderThicknessProperty | The focus border thickness property. |
| static FocusBrushProperty | The focus brush property. |
| static GlareBrushProperty | The glare brush property. |
| static MinorBorderBrush1Property | The minor border brush1 property. |
| static MinorBorderThickness1Property | The minor border thickness1 property. |
Methods¶
| Name | Summary |
|---|---|
| static ControlStyle | Controls the style. |
| OnLostFocus | Raises the LostFocus routed event by using the event data that is provided. |
| OnMouseEnter | Provides class handling for the ClickMode routed event that occurs when the mouse enters this control. |
| OnMouseLeave | Provides class handling for the MouseLeave routed event that occurs when the mouse leaves an element. |
| ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. |