RadCheckBoxHandler
Represents a handler for the IRadCheckBox control that manages property mapping between the virtual view and platform-specific implementation.
Definition
Namespace:Telerik.Maui.Handlers
Assembly:Telerik.Maui.Core.dll
Syntax:
public class RadCheckBoxHandler : ViewHandler<IRadCheckBox, RadMauiCheckBox>, IRadCheckBoxHandler, IViewHandler, IElementHandler
Inheritance: objectRadCheckBoxHandler
Implements:
Constructors
Initializes a new instance of the RadCheckBoxHandler class.
public RadCheckBoxHandler()
Initializes a new instance of the RadCheckBoxHandler class with the specified property mapper.
public RadCheckBoxHandler(IPropertyMapper mapper)
The property mapper to use, or null to use the default mapper.
Fields
RadCheckBoxMapper
IPropertyMapper<IRadCheckBox, IRadCheckBoxHandler>
Gets the property mapper for the IRadCheckBox control.
public static readonly IPropertyMapper<IRadCheckBox, IRadCheckBoxHandler> RadCheckBoxMapper
Methods
protected override void ConnectHandler(RadMauiCheckBox platformView)
protected override void DisconnectHandler(RadMauiCheckBox platformView)
Maps the CheckedColor property from the virtual view to the platform view.
public static void MapCheckedColor(IRadCheckBoxHandler handler, IRadCheckBox virtualView)
The handler instance.
virtualViewIRadCheckBoxThe virtual view.
Maps the CheckedSymbolColor property from the virtual view to the platform view.
public static void MapCheckedSymbolColor(IRadCheckBoxHandler handler, IRadCheckBox virtualView)
The handler instance.
virtualViewIRadCheckBoxThe virtual view.
Maps the CornerRadius property from the virtual view to the platform view.
public static void MapCornerRadius(IRadCheckBoxHandler handler, IRadCheckBox virtualView)
The handler instance.
virtualViewIRadCheckBoxThe virtual view.
Maps the IndeterminateColor property from the virtual view to the platform view.
public static void MapIndeterminateColor(IRadCheckBoxHandler handler, IRadCheckBox virtualView)
The handler instance.
virtualViewIRadCheckBoxThe virtual view.
Maps the IndeterminateSymbolColor property from the virtual view to the platform view.
public static void MapIndeterminateSymbolColor(IRadCheckBoxHandler handler, IRadCheckBox virtualView)
The handler instance.
virtualViewIRadCheckBoxThe virtual view.
Maps the IsAnimated property from the virtual view to the platform view.
public static void MapIsAnimated(IRadCheckBoxHandler handler, IRadCheckBox virtualView)
The handler instance.
virtualViewIRadCheckBoxThe virtual view.
Maps the IsChecked property from the virtual view to the platform view.
public static void MapIsChecked(IRadCheckBoxHandler handler, IRadCheckBox virtualView)
The handler instance.
virtualViewIRadCheckBoxThe virtual view.
Maps the IsThreeState property from the virtual view to the platform view.
public static void MapIsThreeState(IRadCheckBoxHandler handler, IRadCheckBox virtualView)
The handler instance.
virtualViewIRadCheckBoxThe virtual view.
Maps the Length property from the virtual view to the platform view.
public static void MapLength(IRadCheckBoxHandler handler, IRadCheckBox virtualView)
The handler instance.
virtualViewIRadCheckBoxThe virtual view.
Maps the StrokeWidth property from the virtual view to the platform view.
public static void MapStrokeWidth(IRadCheckBoxHandler handler, IRadCheckBox virtualView)
The handler instance.
virtualViewIRadCheckBoxThe virtual view.
Maps the UncheckedColor property from the virtual view to the platform view.
public static void MapUncheckedColor(IRadCheckBoxHandler handler, IRadCheckBox virtualView)
The handler instance.
virtualViewIRadCheckBoxThe virtual view.