PickerContentView
Class
Represents a content view of a picker.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class PickerContentView : RadContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewPickerContentView
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public PickerContentView()
Fields
BackgroundColorProperty
BindableProperty
Identifies the BackgroundColor property.
C#
public static readonly BindableProperty BackgroundColorProperty
BorderBrushProperty
BindableProperty
Identifies the BorderBrush property.
C#
public static readonly BindableProperty BorderBrushProperty
BorderColorProperty
BindableProperty
Identifies the BorderColor property.
C#
public static readonly BindableProperty BorderColorProperty
BorderThicknessProperty
BindableProperty
Identifies the BorderThickness property.
C#
public static readonly BindableProperty BorderThicknessProperty
CornerRadiusProperty
BindableProperty
Identifies the CornerRadius property.
C#
public static readonly BindableProperty CornerRadiusProperty
Properties
BackgroundColor
Color
Gets or sets the background color of the view.
C#
public Color BackgroundColor { get; set; }
BorderBrush
Brush
Gets or sets the border brush of the view.
C#
public Brush BorderBrush { get; set; }
BorderColor
Color
Gets or sets the border color of the view.
C#
public Color BorderColor { get; set; }
BorderThickness
Thickness
Gets or sets the border thickness of the view.
C#
public Thickness BorderThickness { get; set; }
CornerRadius
Thickness
Gets or sets the corner radius of the view.
C#
public Thickness CornerRadius { get; set; }