Interface
IRadButtonHandler

Represents a handler for a RadButton, providing functionality to manage the button's appearance and behavior.

Definition

Namespace:Telerik.Maui.Handlers

Assembly:Telerik.Maui.Core.dll

Syntax:

cs-api-definition
public interface IRadButtonHandler : IButtonHandler, IViewHandler, IElementHandler

Properties

BackgroundImage

Declaration

cs-api-definition
Drawable BackgroundImage { get; }

Property Value

Drawable

BackgroundImageSourceLoader

Gets the image source part loader for the background image.

Declaration

cs-api-definition
ImageSourcePartLoader BackgroundImageSourceLoader { get; }

Property Value

ImageSourcePartLoader