Interface IRadCheckBox
Namespace: Telerik.Maui
Assembly: Telerik.Maui.Core.dll
Syntax
public interface IRadCheckBox : ICheckBox, IView, IElement, ITransform
Properties
CheckedColor
Declaration
Color CheckedColor { get; }
Property Value
Microsoft.
|
CheckedSymbolColor
Declaration
Color CheckedSymbolColor { get; }
Property Value
Microsoft.
|
CornerRadius
Declaration
Nullable<double> CornerRadius { get; }
Property Value
System.
|
IndeterminateColor
Declaration
Color IndeterminateColor { get; }
Property Value
Microsoft.
|
IndeterminateSymbolColor
Declaration
Color IndeterminateSymbolColor { get; }
Property Value
Microsoft.
|
IsAnimated
Declaration
bool IsAnimated { get; }
Property Value
System.
|
IsChecked
Declaration
Nullable<bool> IsChecked { get; set; }
Property Value
System.
|
IsThreeState
Declaration
bool IsThreeState { get; }
Property Value
System.
|
Length
Declaration
double Length { get; }
Property Value
System.
|
StrokeWidth
Declaration
double StrokeWidth { get; }
Property Value
System.
|
UncheckedColor
Declaration
Color UncheckedColor { get; }
Property Value
Microsoft.
|