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:
Properties
BackgroundColor
Color
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; }
BorderColor
Color
Gets the border Color of the button.
C#
Color BorderColor { get; }
BorderThickness
Thickness
Gets the border thickness of the button.
C#
Thickness BorderThickness { get; }
Gets the border width of the button.
C#
double BorderWidth { get; }
HorizontalContentAlignment
TextAlignment
Gets the horizontal content alignment of the button.
C#
TextAlignment HorizontalContentAlignment { get; }
VerticalContentAlignment
TextAlignment
Gets the vertical content alignment of the button.
C#
TextAlignment VerticalContentAlignment { get; }