CheckBoxModern class¶
Defined in
Namespace: CrissCross.Avalonia.UI.Controls
Assembly: CrissCross.Avalonia.UI.dll
Full name: CrissCross.Avalonia.UI.Controls.CheckBoxModern
Modifiers: public
Summary¶
Check Box Modern.
Applies to
net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-browserwasm1.0, net9.0-desktop1.0, net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.1, net471
Class hierarchy
classDiagram
class CheckBoxModern
class CheckBox
CheckBox <|-- CheckBoxModern
Inherits from: CheckBox
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| BoxSize | Gets or sets the size of the box. |
| CheckBackground | Gets or sets the check background. |
| IsCheckedBackground | Gets or sets the checked background. |
| CheckedSymbol | Gets or sets the checked symbol. |
| DisabledState | Gets or sets the disabled state. |
| DockSide | Gets or sets the dock side. |
| RadioButtonStyle | Gets or sets a value indicating whether [RadioButton style]. |
| Stroke | Gets or sets the stroke. |
| StrokeThickness | Gets or sets the stroke thickness. |
| UncheckedSymbol | Gets or sets the unchecked symbol. |
Fields¶
| Name | Summary |
|---|---|
| static BoxSizeProperty | The box size property. |
| static CheckBackgroundProperty | The check background property. |
| static IsCheckedBackgroundProperty | The is checked background property. |
| static CheckedSymbolProperty | The checked symbol 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 UncheckedSymbolProperty | The unchecked symbol property. |