Class RadButton
Inheritance
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadButton : Button, IRadButton, ITextButton, IView, IElement, ITransform, IButton, IPadding, IButtonStroke, IText, ITextStyle, IImageButton, IImage, IImageSourcePart
Constructors
RadButton()
Declaration
public RadButton()
Fields
BackgroundImageProperty
Identifies the BackgroundImage property.
Declaration
public static readonly BindableProperty BackgroundImageProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
BorderThicknessProperty
Identifies the BorderThickness property.
Declaration
public static readonly BindableProperty BorderThicknessProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
HorizontalContentAlignmentProperty
Identifies the HorizontalContentAlignment property.
Declaration
public static readonly BindableProperty HorizontalContentAlignmentProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
VerticalContentAlignmentProperty
Identifies the VerticalContentAlignment property.
Declaration
public static readonly BindableProperty VerticalContentAlignmentProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
BackgroundImage
Gets or sets the Microsoft.Maui.Controls.ImageSource that will be set as background.
Declaration
public ImageSource BackgroundImage { get; set; }
Property Value
Microsoft.Maui.Controls.ImageSource
|
BorderThickness
Gets or sets the width of all borders separately. The Microsoft.Maui.Controls.Button.BorderWidth property is with higher precedence and will override the values of this property.
Declaration
public Thickness BorderThickness { get; set; }
Property Value
Microsoft.Maui.Thickness
|
Implements
HorizontalContentAlignment
Gets or sets the horizontal alignment of the text and image.
Declaration
public TextAlignment HorizontalContentAlignment { get; set; }
Property Value
Microsoft.Maui.TextAlignment
|
Implements
VerticalContentAlignment
Gets or sets the vertical alignment of the text and image.
Declaration
public TextAlignment VerticalContentAlignment { get; set; }
Property Value
Microsoft.Maui.TextAlignment
|
Implements
Explicit Interface Implementations
IRadButton.BackgroundImage
Declaration
IImageSource IRadButton.BackgroundImage { get; }
Returns
Microsoft.Maui.IImageSource
|
Implements
IRadButton.BorderWidth
Declaration
double IRadButton.BorderWidth { get; }
Returns
System.Double
|