New to Telerik UI for .NET MAUIStart a free 30-day trial

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: PickerDropDownContentViewPickerDropDownFooterViewPickerExpanderContentViewPickerPopupContentViewPickerPopupFooterViewPickerPopupHeaderViewPickerSelectorBaseRadPickerBase...

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView...

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

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

Gets or sets the background color of the view.

C#
public Color BackgroundColor { get; set; }

Gets or sets the border brush of the view.

C#
public Brush BorderBrush { get; set; }

Gets or sets the border color of the view.

C#
public Color BorderColor { get; set; }

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; }