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.Content.Context
context
|
Properties
CheckBoxLength
Declaration
public float CheckBoxLength { get; set; }
Property Value
System.Single
|
CheckedBoxColor
Declaration
public Color CheckedBoxColor { get; set; }
Property Value
Android.Graphics.Color
|
CheckedSymbolColor
Declaration
public Color CheckedSymbolColor { get; set; }
Property Value
Android.Graphics.Color
|
CornerRadius
Declaration
public float CornerRadius { get; set; }
Property Value
System.Single
|
Enabled
Declaration
public override bool Enabled { get; set; }
Property Value
System.Boolean
|
IndeterminateBoxColor
Declaration
public Color IndeterminateBoxColor { get; set; }
Property Value
Android.Graphics.Color
|
IndeterminateSymbolColor
Declaration
public Color IndeterminateSymbolColor { get; set; }
Property Value
Android.Graphics.Color
|
IsAnimated
Declaration
public bool IsAnimated { get; set; }
Property Value
System.Boolean
|
IsChecked
Declaration
public Nullable<bool> IsChecked { get; set; }
Property Value
System.Nullable<System.Boolean>
|
IsThreeState
Declaration
public bool IsThreeState { get; set; }
Property Value
System.Boolean
|
StrokeWidth
Declaration
public float StrokeWidth { get; set; }
Property Value
System.Single
|
TouchAreaMinimumLength
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.
Declaration
public float TouchAreaMinimumLength { get; set; }
Property Value
System.Single
|
UncheckedBoxColor
Declaration
public Color UncheckedBoxColor { get; set; }
Property Value
Android.Graphics.Color
|
Methods
OnInitializeAccessibilityNodeInfo(AccessibilityNodeInfo)
Declaration
public override void OnInitializeAccessibilityNodeInfo(AccessibilityNodeInfo info)
Parameters
Android.Views.Accessibility.AccessibilityNodeInfo
info
|
OnLayout(Boolean, Int32, Int32, Int32, Int32)
Declaration
protected override void OnLayout(bool changed, int left, int top, int right, int bottom)
Parameters
System.Boolean
changed
|
System.Int32
left
|
System.Int32
top
|
System.Int32
right
|
System.Int32
bottom
|
OnMeasure(Int32, Int32)
Declaration
protected override void OnMeasure(int widthMeasureSpec, int heightMeasureSpec)
Parameters
System.Int32
widthMeasureSpec
|
System.Int32
heightMeasureSpec
|
Events
Toggled
Occurs when Control is checked.
Declaration
public event EventHandler Toggled
Event Type
System.EventHandler
|