RadMauiCheckBox
Class
Definition
Namespace:Telerik.Maui.Platform
Assembly:Telerik.Maui.Core.dll
Syntax:
C#
public class RadMauiCheckBox : MauiViewGroup
Inheritance: objectRadMauiCheckBox
Constructors
C#
public RadMauiCheckBox(Context context)
Properties
C#
public float CheckBoxLength { get; set; }
CheckedBoxColor
Color
C#
public Color CheckedBoxColor { get; set; }
CheckedSymbolColor
Color
C#
public Color CheckedSymbolColor { get; set; }
C#
public float CornerRadius { get; set; }
C#
public Color IndeterminateBoxColor { get; set; }
C#
public Color IndeterminateSymbolColor { get; set; }
C#
public bool IsAnimated { get; set; }
C#
public bool IsThreeState { get; set; }
C#
public float StrokeWidth { get; set; }
Gets or sets the length of the touch area of the checkbox. If CheckBoxLength is less than TouchAreaMinimumLength, this property is used to determine the size of the checkbox.
C#
public float TouchAreaMinimumLength { get; set; }
UncheckedBoxColor
Color
C#
public Color UncheckedBoxColor { get; set; }
Methods
C#
public override void OnInitializeAccessibilityNodeInfo(AccessibilityNodeInfo info)
Events
Occurs when Control is checked.
C#
public event EventHandler Toggled
Occurs before the checkbox state changes. Can be canceled.
C#
public event EventHandler<CancelEventArgs> Toggling