Class PickerSelectionView
Represents a class which is used to customize all the properties of selection view of the SfPicker.
Inheritance
System.Object
PickerSelectionView
Namespace: Syncfusion.Maui.Picker
Assembly: Syncfusion.Maui.Picker.dll
Syntax
public class PickerSelectionView : Element
Constructors
PickerSelectionView()
Declaration
public PickerSelectionView()
Fields
BackgroundProperty
Identifies the Background dependency property.
Declaration
public static readonly BindableProperty BackgroundProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for Background dependency property. |
CornerRadiusProperty
Identifies the CornerRadius dependency property.
Declaration
public static readonly BindableProperty CornerRadiusProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for CornerRadius dependency property. |
PaddingProperty
Identifies the Padding dependency property.
Declaration
public static readonly BindableProperty PaddingProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for Padding dependency property. |
StrokeProperty
Identifies the Stroke dependency property.
Declaration
public static readonly BindableProperty StrokeProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for Stroke dependency property. |
Properties
Background
Gets or sets the background of the selection view in SfPicker.
Declaration
public Brush Background { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Controls.Brush |
CornerRadius
Gets or sets the corner radius of the selection view in SfPicker.
Declaration
public CornerRadius CornerRadius { get; set; }
Property Value
Type |
---|
Microsoft.Maui.CornerRadius |
Padding
Gets or sets the padding value of the selection view in SfPicker.
Declaration
public Thickness Padding { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Thickness |
Stroke
Gets or sets the stroke color of the selection view in SfPicker.
Declaration
public Color Stroke { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Graphics.Color |