CheckBoxModern class¶
Defined in
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Controls.CheckBoxModern
Modifiers: public
Summary¶
Check Box Modern.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class CheckBoxModern
class Control
Control <|-- CheckBoxModern
class ICommandSource {
<>
}
ICommandSource <|.. CheckBoxModern
class IDisposable {
<>
}
IDisposable <|.. CheckBoxModern
Inherits from: Control
Implements: ICommandSource, IDisposable
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [CheckBoxModern](# class. |
Properties¶
| Name | Summary |
|---|---|
| AutoTextFontSize | Gets or sets a value indicating whether [automatic text font size]. |
| BoxSize | Gets or sets the size of the box. |
| CheckBackground | Gets or sets the check background. |
| IsCheckedBackground | Gets or sets the checked background. |
| CheckBoxTickFontSize | Gets or sets the size of the CheckBox tick font. Reset this when changing the box size for automatic updating of this font size. |
| Checked | Gets or sets a value indicating whether the value of the box is checked. |
| CheckedSymbol | Gets or sets the checked symbol. |
| Command | Gets or sets the command that will be executed when the command source is invoked. |
| CommandParameter | Gets or sets represents a user defined data value that can be passed to the command when it is executed. |
| CommandTarget | Gets or sets the object that the command is being executed on. |
| DisabledState | Gets or sets the disabled the state. |
| DockSide | Gets or sets the dock side. |
| IsChecked | Gets the is checked. |
| RadioButtonStyle | Gets or sets a value indicating whether [RadioButton style]. |
| Stroke | Gets or sets the stroke. |
| StrokeThickness | Gets or sets the stroke thickness. |
| Text | Gets or sets the Text of the Check box. |
| TickText | Gets the tick text. |
| TriggerDisabled | Gets or sets a value indicating whether [trigger disabled]. |
| UncheckedSymbol | Gets or sets the unchecked symbol property. |
| WarningVisible | Gets the warning visible. |
Fields¶
| Name | Summary |
|---|---|
| static AutoTextFontSizeProperty | The automatic text font size property. |
| static BoxSizeProperty | The box size property. |
| static CheckBackgroundProperty | The check background property. |
| static IsCheckedBackgroundProperty | The is checked background property. |
| static CheckBoxTickFontSizeProperty | Value Change. |
| static CheckedProperty | Value Change. |
| static CheckedSymbolProperty | The tick symbol property. |
| static CommandParameterProperty | The command parameter property. |
| static CommandProperty | The command property. |
| static CommandTargetProperty | The command target property. |
| static DisabledStateProperty | The disabled state property. |
| static DockSideProperty | The dock side property. |
| static RadioButtonStyleProperty | The RadioButton style property. |
| static StrokeProperty | The stroke property. |
| static StrokeThicknessProperty | The stroke thickness property. |
| static TextProperty | Value Change. |
| static TickTextProperty | Value Change. |
| static UncheckedSymbolProperty | The unchecked symbol property. |
| static WarningVisibleProperty | Value Change. |
Methods¶
| Name | Summary |
|---|---|
| static GetIcon | Gets the icon. |
| ShowWarning | Shows the warning. |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Events¶
| Name | Summary |
|---|---|
| ValueChanged | Occurs when [value changed]. |