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 Background
Declaration
public static readonly BindableProperty BackgroundImageProperty
Field Value
Microsoft.
|
BorderThicknessProperty
Identifies the Border
Declaration
public static readonly BindableProperty BorderThicknessProperty
Field Value
Microsoft.
|
HorizontalContentAlignmentProperty
Identifies the Horizontal
Declaration
public static readonly BindableProperty HorizontalContentAlignmentProperty
Field Value
Microsoft.
|
VerticalContentAlignmentProperty
Identifies the Vertical
Declaration
public static readonly BindableProperty VerticalContentAlignmentProperty
Field Value
Microsoft.
|
Properties
BackgroundImage
Gets or sets the Microsoft.
Declaration
public ImageSource BackgroundImage { get; set; }
Property Value
Microsoft.
|
BorderThickness
Gets or sets the width of all borders separately. The Microsoft.
Declaration
public Thickness BorderThickness { get; set; }
Property Value
Microsoft.
|
Implements
HorizontalContentAlignment
Gets or sets the horizontal alignment of the text and image.
Declaration
public TextAlignment HorizontalContentAlignment { get; set; }
Property Value
Microsoft.
|
Implements
VerticalContentAlignment
Gets or sets the vertical alignment of the text and image.
Declaration
public TextAlignment VerticalContentAlignment { get; set; }
Property Value
Microsoft.
|
Implements
Explicit Interface Implementations
IRadButton.BackgroundImage
Declaration
IImageSource IRadButton.BackgroundImage { get; }
Returns
Microsoft.
|
Implements
IRadButton.BorderWidth
Declaration
double IRadButton.BorderWidth { get; }
Returns
System.
|