Class PickerContentView
Represents a content view of a picker.
Inherited Members
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class PickerContentView : RadContentView
Constructors
PickerContentView()
Declaration
public PickerContentView()
Fields
BackgroundColorProperty
Declaration
public static readonly BindableProperty BackgroundColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
BorderColorProperty
Declaration
public static readonly BindableProperty BorderColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
BorderThicknessProperty
Declaration
public static readonly BindableProperty BorderThicknessProperty
Field Value
Xamarin.Forms.BindableProperty
|
CornerRadiusProperty
Declaration
public static readonly BindableProperty CornerRadiusProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
BackgroundColor
Gets or sets the background color of the view.
Declaration
public Color BackgroundColor { get; set; }
Property Value
Xamarin.Forms.Color
|
BorderColor
Gets or sets the border color of the view.
Declaration
public Color BorderColor { get; set; }
Property Value
Xamarin.Forms.Color
|
BorderThickness
Gets or sets the border thickness of the view.
Declaration
public Thickness BorderThickness { get; set; }
Property Value
Xamarin.Forms.Thickness
|
CornerRadius
Gets or sets the corner radius of the view.
Declaration
public Thickness CornerRadius { get; set; }
Property Value
Xamarin.Forms.Thickness
|