Skip to content

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

NameSummary
.ctor

Properties

NameSummary
BoxSizeGets or sets the size of the box.
CheckBackgroundGets or sets the check background.
IsCheckedBackgroundGets or sets the checked background.
CheckedSymbolGets or sets the checked symbol.
DisabledStateGets or sets the disabled state.
DockSideGets or sets the dock side.
RadioButtonStyleGets or sets a value indicating whether [RadioButton style].
StrokeGets or sets the stroke.
StrokeThicknessGets or sets the stroke thickness.
UncheckedSymbolGets or sets the unchecked symbol.

Fields

NameSummary
static BoxSizePropertyThe box size property.
static CheckBackgroundPropertyThe check background property.
static IsCheckedBackgroundPropertyThe is checked background property.
static CheckedSymbolPropertyThe checked symbol property.
static DisabledStatePropertyThe disabled state property.
static DockSidePropertyThe dock side property.
static RadioButtonStylePropertyThe RadioButton style property.
static StrokePropertyThe stroke property.
static StrokeThicknessPropertyThe stroke thickness property.
static UncheckedSymbolPropertyThe unchecked symbol property.
Inherited members