Class RadMauiCheckBox
Inheritance
System.Object
RadMauiCheckBox
Namespace: Telerik.Maui.Platform
Assembly: Telerik.Maui.Core.dll
Syntax
public class RadMauiCheckBox : MauiViewGroup
Constructors
RadMauiCheckBox(Context)
Declaration
public RadMauiCheckBox(Context context)
Parameters
Android.
|
Properties
CheckBoxLength
Declaration
public float CheckBoxLength { get; set; }
Property Value
System.
|
CheckedBoxColor
Declaration
public Color CheckedBoxColor { get; set; }
Property Value
Android.
|
CheckedSymbolColor
Declaration
public Color CheckedSymbolColor { get; set; }
Property Value
Android.
|
CornerRadius
Declaration
public float CornerRadius { get; set; }
Property Value
System.
|
Enabled
Declaration
public override bool Enabled { get; set; }
Property Value
System.
|
IndeterminateBoxColor
Declaration
public Color IndeterminateBoxColor { get; set; }
Property Value
Android.
|
IndeterminateSymbolColor
Declaration
public Color IndeterminateSymbolColor { get; set; }
Property Value
Android.
|
IsAnimated
Declaration
public bool IsAnimated { get; set; }
Property Value
System.
|
IsChecked
Declaration
public Nullable<bool> IsChecked { get; set; }
Property Value
System.
|
IsThreeState
Declaration
public bool IsThreeState { get; set; }
Property Value
System.
|
StrokeWidth
Declaration
public float StrokeWidth { get; set; }
Property Value
System.
|
TouchAreaMinimumLength
Gets or sets the length of the touch area of the checkbox.
If Check
Declaration
public float TouchAreaMinimumLength { get; set; }
Property Value
System.
|
UncheckedBoxColor
Declaration
public Color UncheckedBoxColor { get; set; }
Property Value
Android.
|
Methods
OnInitializeAccessibilityNodeInfo(AccessibilityNodeInfo)
Declaration
public override void OnInitializeAccessibilityNodeInfo(AccessibilityNodeInfo info)
Parameters
Android.
|
OnLayout(Boolean, Int32, Int32, Int32, Int32)
Declaration
protected override void OnLayout(bool changed, int left, int top, int right, int bottom)
Parameters
System.
|
System.
|
System.
|
System.
|
System.
|
OnMeasure(Int32, Int32)
Declaration
protected override void OnMeasure(int widthMeasureSpec, int heightMeasureSpec)
Parameters
System.
|
System.
|
Events
Toggled
Occurs when Control is checked.
Declaration
public event EventHandler Toggled
Event Type
System.
|