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.Maui.Graphics.Color
|
CheckedSymbolColor
Declaration
Color CheckedSymbolColor { get; }
Property Value
Microsoft.Maui.Graphics.Color
|
CornerRadius
Declaration
Nullable<double> CornerRadius { get; }
Property Value
System.Nullable<System.Double>
|
IndeterminateColor
Declaration
Color IndeterminateColor { get; }
Property Value
Microsoft.Maui.Graphics.Color
|
IndeterminateSymbolColor
Declaration
Color IndeterminateSymbolColor { get; }
Property Value
Microsoft.Maui.Graphics.Color
|
IsAnimated
Declaration
bool IsAnimated { get; }
Property Value
System.Boolean
|
IsChecked
Declaration
Nullable<bool> IsChecked { get; set; }
Property Value
System.Nullable<System.Boolean>
|
IsThreeState
Declaration
bool IsThreeState { get; }
Property Value
System.Boolean
|
Length
Declaration
double Length { get; }
Property Value
System.Double
|
StrokeWidth
Declaration
double StrokeWidth { get; }
Property Value
System.Double
|
UncheckedColor
Declaration
Color UncheckedColor { get; }
Property Value
Microsoft.Maui.Graphics.Color
|