Class
RadMauiCheckBox

Definition

Namespace:Telerik.Maui.Platform

Assembly:Telerik.Maui.Core.dll

Syntax:

cs-api-definition
public class RadMauiCheckBox : MauiViewGroup

Inheritance: objectRadMauiCheckBox

Constructors

RadMauiCheckBox(Context)

Declaration

cs-api-definition
public RadMauiCheckBox(Context context)

Parameters

context

Context

Properties

CheckBoxLength

Declaration

cs-api-definition
public float CheckBoxLength { get; set; }

Property Value

float

CheckedBoxColor

Declaration

cs-api-definition
public Color CheckedBoxColor { get; set; }

Property Value

Color

CheckedSymbolColor

Declaration

cs-api-definition
public Color CheckedSymbolColor { get; set; }

Property Value

Color

CornerRadius

Declaration

cs-api-definition
public float CornerRadius { get; set; }

Property Value

float

Enabled

Declaration

cs-api-definition
public override bool Enabled { get; set; }

Property Value

bool

IndeterminateBoxColor

Declaration

cs-api-definition
public Color IndeterminateBoxColor { get; set; }

Property Value

Color

IndeterminateSymbolColor

Declaration

cs-api-definition
public Color IndeterminateSymbolColor { get; set; }

Property Value

Color

IsAnimated

Declaration

cs-api-definition
public bool IsAnimated { get; set; }

Property Value

bool

IsChecked

Declaration

cs-api-definition
public bool? IsChecked { get; set; }

Property Value

bool?

IsThreeState

Declaration

cs-api-definition
public bool IsThreeState { get; set; }

Property Value

bool

StrokeWidth

Declaration

cs-api-definition
public float StrokeWidth { get; set; }

Property Value

float

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

cs-api-definition
public float TouchAreaMinimumLength { get; set; }

Property Value

float

UncheckedBoxColor

Declaration

cs-api-definition
public Color UncheckedBoxColor { get; set; }

Property Value

Color

Methods

OnInitializeAccessibilityNodeInfo(AccessibilityNodeInfo)

Declaration

cs-api-definition
public override void OnInitializeAccessibilityNodeInfo(AccessibilityNodeInfo info)

Parameters

info

AccessibilityNodeInfo

OnLayout(bool, int, int, int, int)

Declaration

cs-api-definition
protected override void OnLayout(bool changed, int left, int top, int right, int bottom)

Parameters

changed

bool

left

int

top

int

right

int

bottom

int

OnMeasure(int, int)

Declaration

cs-api-definition
protected override void OnMeasure(int widthMeasureSpec, int heightMeasureSpec)

Parameters

widthMeasureSpec

int

heightMeasureSpec

int

Events

Toggled

Occurs when Control is checked.

Declaration

cs-api-definition
public event EventHandler Toggled

Event Value

EventHandler

Extension Methods