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

IRadButton

Interface

Defines the contract for a RadButton control that extends both ITextButton and IImageButton interfaces.

Definition

Namespace:Telerik.Maui

Assembly:Telerik.Maui.Core.dll

Syntax:

C#
public interface IRadButton : ITextButton, IView, IElement, ITransform, IButton, IPadding, IButtonStroke, IText, ITextStyle, IImageButton, IImage, IImageSourcePart

Derived Classes: NavigationViewButtonNavigationViewToggleButtonRadButtonTreeViewItemButtonTreeViewItemContextMenuButtonTreeViewItemDragHandleTreeViewItemExpandButton...

Properties

Gets the background Color of the button.

C#
Color BackgroundColor { get; }

BackgroundImage

IImageSource

Gets the background image source for the button.

C#
IImageSource BackgroundImage { get; }

Gets the border Color of the button.

C#
Color BorderColor { get; }

Gets the border thickness of the button.

C#
Thickness BorderThickness { get; }

Gets the border width of the button.

C#
double BorderWidth { get; }

Gets the horizontal content alignment of the button.

C#
TextAlignment HorizontalContentAlignment { get; }

Gets the vertical content alignment of the button.

C#
TextAlignment VerticalContentAlignment { get; }