Interface IRadButton
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
Declaration
Color BackgroundColor { get; }
Property Value
Microsoft.Maui.Graphics.Color
|
BackgroundImage
Declaration
IImageSource BackgroundImage { get; }
Property Value
Microsoft.Maui.IImageSource
|
BorderColor
Declaration
Color BorderColor { get; }
Property Value
Microsoft.Maui.Graphics.Color
|
BorderThickness
Declaration
Thickness BorderThickness { get; }
Property Value
Microsoft.Maui.Thickness
|
BorderWidth
Declaration
double BorderWidth { get; }
Property Value
System.Double
|
HorizontalContentAlignment
Declaration
TextAlignment HorizontalContentAlignment { get; }
Property Value
Microsoft.Maui.TextAlignment
|
VerticalContentAlignment
Declaration
TextAlignment VerticalContentAlignment { get; }
Property Value
Microsoft.Maui.TextAlignment
|