New to Telerik UI for .NET MAUIStart a free 30-day trial

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:

C#
public interface IRadButtonHandler : IButtonHandler, IViewHandler, IElementHandler

Derived Classes: RadButtonHandler

Properties

C#
Drawable BackgroundImage { get; }

BackgroundImageSourceLoader

ImageSourcePartLoader

Gets the image source part loader for the background image.

C#
ImageSourcePartLoader BackgroundImageSourceLoader { get; }