InterfaceIRadButton
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:
cs-api-definition
public interface IRadButton : ITextButton, IView, IElement, ITransform, IButton, IPadding, IButtonStroke, IText, ITextStyle, IImageButton, IImage, IImageSourcePart
Properties
BackgroundColor
Gets the background Color of the button.
Declaration
cs-api-definition
Color BackgroundColor { get; }
Property Value
Color
BackgroundImage
Gets the background image source for the button.
Declaration
cs-api-definition
IImageSource BackgroundImage { get; }
Property Value
IImageSource
BorderColor
Gets the border Color of the button.
Declaration
cs-api-definition
Color BorderColor { get; }
Property Value
Color
BorderThickness
Gets the border thickness of the button.
Declaration
cs-api-definition
Thickness BorderThickness { get; }
Property Value
Thickness
BorderWidth
Gets the border width of the button.
HorizontalContentAlignment
Gets the horizontal content alignment of the button.
Declaration
cs-api-definition
TextAlignment HorizontalContentAlignment { get; }
Property Value
TextAlignment
VerticalContentAlignment
Gets the vertical content alignment of the button.
Declaration
cs-api-definition
TextAlignment VerticalContentAlignment { get; }
Property Value
TextAlignment