Class PickerContentView
Represents a content view of a picker.
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class PickerContentView : RadContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Constructors
PickerContentView()
Declaration
public PickerContentView()
Fields
BackgroundColorProperty
Identifies the Background
Declaration
public static readonly BindableProperty BackgroundColorProperty
Field Value
Microsoft.
|
BorderBrushProperty
Identifies the Border
Declaration
public static readonly BindableProperty BorderBrushProperty
Field Value
Microsoft.
|
BorderColorProperty
Identifies the Border
Declaration
public static readonly BindableProperty BorderColorProperty
Field Value
Microsoft.
|
BorderThicknessProperty
Identifies the Border
Declaration
public static readonly BindableProperty BorderThicknessProperty
Field Value
Microsoft.
|
CornerRadiusProperty
Identifies the Corner
Declaration
public static readonly BindableProperty CornerRadiusProperty
Field Value
Microsoft.
|
Properties
BackgroundColor
Gets or sets the background color of the view.
Declaration
public Color BackgroundColor { get; set; }
Property Value
Microsoft.
|
BorderBrush
Gets or sets the border brush of the view.
Declaration
public Brush BorderBrush { get; set; }
Property Value
Microsoft.
|
BorderColor
Gets or sets the border color of the view.
Declaration
public Color BorderColor { get; set; }
Property Value
Microsoft.
|
BorderThickness
Gets or sets the border thickness of the view.
Declaration
public Thickness BorderThickness { get; set; }
Property Value
Microsoft.
|
CornerRadius
Gets or sets the corner radius of the view.
Declaration
public Thickness CornerRadius { get; set; }
Property Value
Microsoft.
|