Class RadButtonHandler
Inheritance
System.Object
RadButtonHandler
Namespace: Telerik.Maui.Handlers
Assembly: Telerik.Maui.Core.dll
Syntax
public class RadButtonHandler : ButtonHandler, IRadButtonHandler, IButtonHandler, IViewHandler, IElementHandler
Constructors
RadButtonHandler()
Declaration
public RadButtonHandler()
RadButtonHandler(IPropertyMapper)
Declaration
public RadButtonHandler(IPropertyMapper mapper = null)
Parameters
Microsoft.Maui.IPropertyMapper
mapper
|
Fields
RadButtonMapper
Declaration
public static readonly IPropertyMapper<IRadButton, IRadButtonHandler> RadButtonMapper
Field Value
Microsoft.Maui.IPropertyMapper<IRadButton, IRadButtonHandler>
|
Properties
BackgroundImage
Declaration
public Drawable BackgroundImage { get; }
Property Value
Android.Graphics.Drawables.Drawable
|
Implements
BackgroundImageSourceLoader
Declaration
public ImageSourcePartLoader BackgroundImageSourceLoader { get; }
Property Value
Microsoft.Maui.Platform.ImageSourcePartLoader
|
Implements
VirtualView
Methods
ConnectHandler(MaterialButton)
Declaration
protected override void ConnectHandler(MaterialButton platformView)
Parameters
Google.Android.Material.Button.MaterialButton
platformView
|
CreatePlatformView()
Declaration
protected override MaterialButton CreatePlatformView()
Returns
Google.Android.Material.Button.MaterialButton
|
DisconnectHandler(MaterialButton)
Declaration
protected override void DisconnectHandler(MaterialButton platformView)
Parameters
Google.Android.Material.Button.MaterialButton
platformView
|
MapBackground(IRadButtonHandler, IRadButton)
Declaration
public static void MapBackground(IRadButtonHandler handler, IRadButton virtualView)
Parameters
IRadButtonHandler
handler
|
IRadButton
virtualView
|
MapBackgroundImage(IRadButtonHandler, IRadButton)
Declaration
public static void MapBackgroundImage(IRadButtonHandler handler, IRadButton virtualView)
Parameters
IRadButtonHandler
handler
|
IRadButton
virtualView
|
MapCornerRadius(IRadButtonHandler, IRadButton)
Declaration
public static void MapCornerRadius(IRadButtonHandler handler, IRadButton virtualView)
Parameters
IRadButtonHandler
handler
|
IRadButton
virtualView
|
MapHorizontalContentAlignment(IRadButtonHandler, IRadButton)
Declaration
public static void MapHorizontalContentAlignment(IRadButtonHandler handler, IRadButton virtualView)
Parameters
IRadButtonHandler
handler
|
IRadButton
virtualView
|
MapPadding(IRadButtonHandler, IRadButton)
Declaration
public static void MapPadding(IRadButtonHandler handler, IRadButton virtualView)
Parameters
IRadButtonHandler
handler
|
IRadButton
virtualView
|
MapStrokeColor(IRadButtonHandler, IRadButton)
Declaration
public static void MapStrokeColor(IRadButtonHandler handler, IRadButton virtualView)
Parameters
IRadButtonHandler
handler
|
IRadButton
virtualView
|
MapStrokeThickness(IRadButtonHandler, IRadButton)
Declaration
public static void MapStrokeThickness(IRadButtonHandler handler, IRadButton virtualView)
Parameters
IRadButtonHandler
handler
|
IRadButton
virtualView
|
MapTextColor(IRadButtonHandler, IRadButton)
Declaration
public static void MapTextColor(IRadButtonHandler handler, IRadButton virtualView)
Parameters
IRadButtonHandler
handler
|
IRadButton
virtualView
|
MapVerticalContentAlignment(IRadButtonHandler, IRadButton)
Declaration
public static void MapVerticalContentAlignment(IRadButtonHandler handler, IRadButton virtualView)
Parameters
IRadButtonHandler
handler
|
IRadButton
virtualView
|