Class SkiaPicker
public class SkiaPicker : SkiaLayout, INotifyPropertyChanged, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, IVisualElementController, IElementController, IView, ITransform, IElement, IVisualTreeElement, IContainer, IList<IView>, ICollection<IView>, IEnumerable<IView>, IEnumerable, ISkiaGestureListener, IHasAfterEffects, ISkiaDisposable, ISkiaGridLayout, ISkiaLayout, ISkiaControl, IDrawnBase, ICanBeUpdatedWithContext, ICanBeUpdated, ILayoutInsideViewport, IInsideViewport, IVisibilityAware, IDisposable
- Inheritance
-
SkiaPicker
- Implements
- Inherited Members
- Extension Methods
Constructors
SkiaPicker()
public SkiaPicker()
Fields
CancelTextProperty
public static readonly BindableProperty CancelTextProperty
Field Value
ChevronColorProperty
public static readonly BindableProperty ChevronColorProperty
Field Value
CornerRadiusProperty
public static readonly BindableProperty CornerRadiusProperty
Field Value
FillColorProperty
public static readonly BindableProperty FillColorProperty
Field Value
FontSizeProperty
public static readonly BindableProperty FontSizeProperty
Field Value
ItemsProperty
public static readonly BindableProperty ItemsProperty
Field Value
PlaceholderColorProperty
public static readonly BindableProperty PlaceholderColorProperty
Field Value
PlaceholderFontSizeProperty
public static readonly BindableProperty PlaceholderFontSizeProperty
Field Value
PlaceholderProperty
public static readonly BindableProperty PlaceholderProperty
Field Value
SelectedIndexProperty
public static readonly BindableProperty SelectedIndexProperty
Field Value
SelectedItemProperty
public static readonly BindableProperty SelectedItemProperty
Field Value
StrokeColorProperty
public static readonly BindableProperty StrokeColorProperty
Field Value
StrokeWidthProperty
public static readonly BindableProperty StrokeWidthProperty
Field Value
TextColorProperty
public static readonly BindableProperty TextColorProperty
Field Value
TitleProperty
public static readonly BindableProperty TitleProperty
Field Value
Properties
CancelText
public string CancelText { get; set; }
Property Value
ChevronColor
public Color ChevronColor { get; set; }
Property Value
CornerRadius
public float CornerRadius { get; set; }
Property Value
FillColor
public Color FillColor { get; set; }
Property Value
FontSize
public double FontSize { get; set; }
Property Value
Items
public IList? Items { get; set; }
Property Value
Placeholder
public string Placeholder { get; set; }
Property Value
PlaceholderColor
public Color PlaceholderColor { get; set; }
Property Value
PlaceholderFontSize
public double PlaceholderFontSize { get; set; }
Property Value
SelectedIndex
public int SelectedIndex { get; set; }
Property Value
SelectedItem
public object? SelectedItem { get; set; }
Property Value
StrokeColor
public Color StrokeColor { get; set; }
Property Value
StrokeWidth
public float StrokeWidth { get; set; }
Property Value
TextColor
public Color TextColor { get; set; }
Property Value
Title
public string Title { get; set; }
Property Value
Methods
CreateDefaultContent()
protected override void CreateDefaultContent()
OpenSelectionAsync()
public Task<bool> OpenSelectionAsync()
Returns
Events
SelectedIndexChanged
public event EventHandler<int>? SelectedIndexChanged
Event Type
SelectedItemChanged
public event EventHandler<object?>? SelectedItemChanged