Class RadCheckBox
Inheritance
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadCheckBox : CheckBox, IRadCheckBox, ICheckBox, IView, IElement, ITransform
Constructors
RadCheckBox()
Declaration
public RadCheckBox()
Fields
CheckedColorProperty
Identifies the Checked
Declaration
public static readonly BindableProperty CheckedColorProperty
Field Value
Microsoft.
|
CheckedSymbolColorProperty
Identifies the Checked
Declaration
public static readonly BindableProperty CheckedSymbolColorProperty
Field Value
Microsoft.
|
CommandParameterProperty
Identifies the Command
Declaration
public static readonly BindableProperty CommandParameterProperty
Field Value
Microsoft.
|
CommandProperty
Identifies the Command property.
Declaration
public static readonly BindableProperty CommandProperty
Field Value
Microsoft.
|
CornerRadiusProperty
Identifies the Corner
Declaration
public static readonly BindableProperty CornerRadiusProperty
Field Value
Microsoft.
|
IndeterminateColorProperty
Identifies the Indeterminate
Declaration
public static readonly BindableProperty IndeterminateColorProperty
Field Value
Microsoft.
|
IndeterminateSymbolColorProperty
Identifies the Indeterminate
Declaration
public static readonly BindableProperty IndeterminateSymbolColorProperty
Field Value
Microsoft.
|
IsAnimatedProperty
Identifies the Is
Declaration
public static readonly BindableProperty IsAnimatedProperty
Field Value
Microsoft.
|
IsCheckedProperty
Identifies the Is
Declaration
public static readonly BindableProperty IsCheckedProperty
Field Value
Microsoft.
|
IsThreeStateProperty
Identifies the Is
Declaration
public static readonly BindableProperty IsThreeStateProperty
Field Value
Microsoft.
|
LengthProperty
Identifies the Length property.
Declaration
public static readonly BindableProperty LengthProperty
Field Value
Microsoft.
|
StrokeWidthProperty
Identifies the Stroke
Declaration
public static readonly BindableProperty StrokeWidthProperty
Field Value
Microsoft.
|
ToggleOnTapProperty
Declaration
public static readonly BindableProperty ToggleOnTapProperty
Field Value
Microsoft.
|
UncheckedColorProperty
Identifies the Unchecked
Declaration
public static readonly BindableProperty UncheckedColorProperty
Field Value
Microsoft.
|
Properties
CheckedColor
Gets or sets the Microsoft.
Declaration
public Color CheckedColor { get; set; }
Property Value
Microsoft.
|
Implements
CheckedSymbolColor
Gets or sets the Microsoft.
Declaration
public Color CheckedSymbolColor { get; set; }
Property Value
Microsoft.
|
Implements
Command
Gets or sets the command to execute when the IsChecked property of the checkbox changes.
Declaration
public ICommand Command { get; set; }
Property Value
System.
|
CommandParameter
Gets or sets the parameter to pass to the Command property.
Declaration
public object CommandParameter { get; set; }
Property Value
System.
|
CornerRadius
Gets or sets the corner radius of the checkbox. If null or value less than 0 is set, the default platform value will be used.
Declaration
public Nullable<double> CornerRadius { get; set; }
Property Value
System.
|
Implements
IndeterminateColor
Gets or sets the Microsoft.
Declaration
public Color IndeterminateColor { get; set; }
Property Value
Microsoft.
|
Implements
IndeterminateSymbolColor
Gets or sets the Microsoft.
Declaration
public Color IndeterminateSymbolColor { get; set; }
Property Value
Microsoft.
|
Implements
IsAnimated
Gets or sets a boolean value indicating whether to play animations during state transitions. The default value is true.
Declaration
public bool IsAnimated { get; set; }
Property Value
System.
|
Implements
IsChecked
Gets or sets a Is
Declaration
public Nullable<bool> IsChecked { get; set; }
Property Value
System.
|
Implements
IsEnabledCore
Declaration
protected override bool IsEnabledCore { get; }
Property Value
System.
|
IsThreeState
Gets or sets a boolean value indicating if the UI can set the Value of the control to null. The default value is false.
Declaration
public bool IsThreeState { get; set; }
Property Value
System.
|
Implements
Length
Gets or sets the size of the checkbox.
Declaration
public double Length { get; set; }
Property Value
System.
|
Implements
StrokeWidth
Gets or sets the width with which the symbols are drawn.
Declaration
public double StrokeWidth { get; set; }
Property Value
System.
|
Implements
UncheckedColor
Gets or sets the Microsoft.
Declaration
public Color UncheckedColor { get; set; }
Property Value
Microsoft.
|
Implements
Methods
GetToggleOnTap(BindableObject)
Declaration
public static RadCheckBox GetToggleOnTap(BindableObject bindable)
Parameters
Microsoft.
|
Returns
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.
|
SetToggleOnTap(BindableObject, RadCheckBox)
Declaration
public static void SetToggleOnTap(BindableObject bindable, RadCheckBox checkBox)
Parameters
Microsoft.
|
Rad
|
Events
IsCheckedChanged
Occurs when the Is
Declaration
public event EventHandler<IsCheckedChangedEventArgs> IsCheckedChanged
Event Type
System.
|