IRadButtonHandler
Interface
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:
Properties
BackgroundImage
Drawable
C#
Drawable BackgroundImage { get; }
BackgroundImageSourceLoader
ImageSourcePartLoader
Gets the image source part loader for the background image.
C#
ImageSourcePartLoader BackgroundImageSourceLoader { get; }