Interface IRadButton
Defines the contract for a RadButton control that extends both Microsoft.Maui.ITextButton and Microsoft.Maui.IImageButton interfaces.
Namespace: Telerik.Maui
Assembly: Telerik.Maui.Core.dll
Syntax
public interface IRadButton : ITextButton, IView, IElement, ITransform, IButton, IPadding, IButtonStroke, IText, ITextStyle, IImageButton, IImage, IImageSourcePart
Properties
BackgroundColor
Gets the background Microsoft.Maui.Graphics.Color of the button.
Declaration
Color BackgroundColor { get; }
Property Value
Microsoft.Maui.Graphics.Color
|
BackgroundImage
Gets the background image source for the button.
Declaration
IImageSource BackgroundImage { get; }
Property Value
Microsoft.Maui.IImageSource
|
BorderColor
Gets the border Microsoft.Maui.Graphics.Color of the button.
Declaration
Color BorderColor { get; }
Property Value
Microsoft.Maui.Graphics.Color
|
BorderThickness
Gets the border thickness of the button.
Declaration
Thickness BorderThickness { get; }
Property Value
Microsoft.Maui.Thickness
|
BorderWidth
Gets the border width of the button.
Declaration
double BorderWidth { get; }
Property Value
System.Double
|
HorizontalContentAlignment
Gets the horizontal content alignment of the button.
Declaration
TextAlignment HorizontalContentAlignment { get; }
Property Value
Microsoft.Maui.TextAlignment
|
VerticalContentAlignment
Gets the vertical content alignment of the button.
Declaration
TextAlignment VerticalContentAlignment { get; }
Property Value
Microsoft.Maui.TextAlignment
|