Skip to content

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

NameSummary
.ctorInitializes a new instance of the [CheckBoxModern](# class.

Properties

NameSummary
AutoTextFontSizeGets or sets a value indicating whether [automatic text font size].
BoxSizeGets or sets the size of the box.
CheckBackgroundGets or sets the check background.
IsCheckedBackgroundGets or sets the checked background.
CheckBoxTickFontSizeGets or sets the size of the CheckBox tick font. Reset this when changing the box size for automatic updating of this font size.
CheckedGets or sets a value indicating whether the value of the box is checked.
CheckedSymbolGets or sets the checked symbol.
CommandGets or sets the command that will be executed when the command source is invoked.
CommandParameterGets or sets represents a user defined data value that can be passed to the command when it is executed.
CommandTargetGets or sets the object that the command is being executed on.
DisabledStateGets or sets the disabled the state.
DockSideGets or sets the dock side.
IsCheckedGets the is checked.
RadioButtonStyleGets or sets a value indicating whether [RadioButton style].
StrokeGets or sets the stroke.
StrokeThicknessGets or sets the stroke thickness.
TextGets or sets the Text of the Check box.
TickTextGets the tick text.
TriggerDisabledGets or sets a value indicating whether [trigger disabled].
UncheckedSymbolGets or sets the unchecked symbol property.
WarningVisibleGets the warning visible.

Fields

NameSummary
static AutoTextFontSizePropertyThe automatic text font size property.
static BoxSizePropertyThe box size property.
static CheckBackgroundPropertyThe check background property.
static IsCheckedBackgroundPropertyThe is checked background property.
static CheckBoxTickFontSizePropertyValue Change.
static CheckedPropertyValue Change.
static CheckedSymbolPropertyThe tick symbol property.
static CommandParameterPropertyThe command parameter property.
static CommandPropertyThe command property.
static CommandTargetPropertyThe command target 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 TextPropertyValue Change.
static TickTextPropertyValue Change.
static UncheckedSymbolPropertyThe unchecked symbol property.
static WarningVisiblePropertyValue Change.

Methods

NameSummary
static GetIconGets the icon.
ShowWarningShows the warning.
DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Events

NameSummary
ValueChangedOccurs when [value changed].
Inherited members

See also