Class RadButton
Inheritance
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class RadButton : Button
Constructors
RadButton()
Fields
BackgroundImageProperty
Identifies the BackgroundImage property.
Declaration
public static readonly BindableProperty BackgroundImageProperty
Field Value
Xamarin.Forms.BindableProperty
|
BorderThicknessProperty
Identifies the BorderThickness property.
Declaration
public static readonly BindableProperty BorderThicknessProperty
Field Value
Xamarin.Forms.BindableProperty
|
HorizontalContentAlignmentProperty
Identifies the HorizontalContentAlignment property.
Declaration
public static readonly BindableProperty HorizontalContentAlignmentProperty
Field Value
Xamarin.Forms.BindableProperty
|
VerticalContentAlignmentProperty
Identifies the VerticalContentAlignment property.
Declaration
public static readonly BindableProperty VerticalContentAlignmentProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
BackgroundImage
Gets or sets the ImageSource that will be set as background.
Declaration
public ImageSource BackgroundImage { get; set; }
Property Value
Xamarin.Forms.ImageSource
|
BorderThickness
Gets or sets the width of all borders separately. The BorderWidth property is with higher precedence and will override the values of this property.
Declaration
public Thickness BorderThickness { get; set; }
Property Value
Xamarin.Forms.Thickness
|
HorizontalContentAlignment
Gets or sets the horizontal alignment of the text and image.
Declaration
public TextAlignment HorizontalContentAlignment { get; set; }
Property Value
Xamarin.Forms.TextAlignment
|
VerticalContentAlignment
Gets or sets the vertical alignment of the text.
Declaration
public TextAlignment VerticalContentAlignment { get; set; }
Property Value
Xamarin.Forms.TextAlignment
|