Class
PickerContentView

Represents a content view of a picker.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class PickerContentView : RadContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewPickerContentView

Derived Classes: PickerDropDownContentViewPickerDropDownFooterViewPickerExpanderContentViewPickerPopupContentViewPickerPopupFooterViewPickerPopupHeaderViewPickerSelectorBaseRadPickerBase

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView

Inherited Members RadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnBindingContextChanged()RadContentView.OnHandlerChanged()

Constructors

PickerContentView()

Declaration

cs-api-definition
public PickerContentView()

Fields

BackgroundColorProperty

Identifies the BackgroundColor property.

Declaration

cs-api-definition
public static readonly BindableProperty BackgroundColorProperty

Field Value

BindableProperty

BorderBrushProperty

Identifies the BorderBrush property.

Declaration

cs-api-definition
public static readonly BindableProperty BorderBrushProperty

Field Value

BindableProperty

BorderColorProperty

Identifies the BorderColor property.

Declaration

cs-api-definition
public static readonly BindableProperty BorderColorProperty

Field Value

BindableProperty

BorderThicknessProperty

Identifies the BorderThickness property.

Declaration

cs-api-definition
public static readonly BindableProperty BorderThicknessProperty

Field Value

BindableProperty

CornerRadiusProperty

Identifies the CornerRadius property.

Declaration

cs-api-definition
public static readonly BindableProperty CornerRadiusProperty

Field Value

BindableProperty

Properties

BackgroundColor

Gets or sets the background color of the view.

Declaration

cs-api-definition
public Color BackgroundColor { get; set; }

Property Value

Color

BorderBrush

Gets or sets the border brush of the view.

Declaration

cs-api-definition
public Brush BorderBrush { get; set; }

Property Value

Brush

BorderColor

Gets or sets the border color of the view.

Declaration

cs-api-definition
public Color BorderColor { get; set; }

Property Value

Color

BorderThickness

Gets or sets the border thickness of the view.

Declaration

cs-api-definition
public Thickness BorderThickness { get; set; }

Property Value

Thickness

CornerRadius

Gets or sets the corner radius of the view.

Declaration

cs-api-definition
public Thickness CornerRadius { get; set; }

Property Value

Thickness