Table of Contents

Class SkiaPicker

Namespace
DrawnUi.Controls
Assembly
DrawnUi.Maui.dll
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

BindableProperty

ChevronColorProperty

public static readonly BindableProperty ChevronColorProperty

Field Value

BindableProperty

CornerRadiusProperty

public static readonly BindableProperty CornerRadiusProperty

Field Value

BindableProperty

FillColorProperty

public static readonly BindableProperty FillColorProperty

Field Value

BindableProperty

FontSizeProperty

public static readonly BindableProperty FontSizeProperty

Field Value

BindableProperty

ItemsProperty

public static readonly BindableProperty ItemsProperty

Field Value

BindableProperty

PlaceholderColorProperty

public static readonly BindableProperty PlaceholderColorProperty

Field Value

BindableProperty

PlaceholderFontSizeProperty

public static readonly BindableProperty PlaceholderFontSizeProperty

Field Value

BindableProperty

PlaceholderProperty

public static readonly BindableProperty PlaceholderProperty

Field Value

BindableProperty

SelectedIndexProperty

public static readonly BindableProperty SelectedIndexProperty

Field Value

BindableProperty

SelectedItemProperty

public static readonly BindableProperty SelectedItemProperty

Field Value

BindableProperty

StrokeColorProperty

public static readonly BindableProperty StrokeColorProperty

Field Value

BindableProperty

StrokeWidthProperty

public static readonly BindableProperty StrokeWidthProperty

Field Value

BindableProperty

TextColorProperty

public static readonly BindableProperty TextColorProperty

Field Value

BindableProperty

TitleProperty

public static readonly BindableProperty TitleProperty

Field Value

BindableProperty

Properties

CancelText

public string CancelText { get; set; }

Property Value

string

ChevronColor

public Color ChevronColor { get; set; }

Property Value

Color

CornerRadius

public float CornerRadius { get; set; }

Property Value

float

FillColor

public Color FillColor { get; set; }

Property Value

Color

FontSize

public double FontSize { get; set; }

Property Value

double

Items

public IList? Items { get; set; }

Property Value

IList

Placeholder

public string Placeholder { get; set; }

Property Value

string

PlaceholderColor

public Color PlaceholderColor { get; set; }

Property Value

Color

PlaceholderFontSize

public double PlaceholderFontSize { get; set; }

Property Value

double

SelectedIndex

public int SelectedIndex { get; set; }

Property Value

int

SelectedItem

public object? SelectedItem { get; set; }

Property Value

object

StrokeColor

public Color StrokeColor { get; set; }

Property Value

Color

StrokeWidth

public float StrokeWidth { get; set; }

Property Value

float

TextColor

public Color TextColor { get; set; }

Property Value

Color

Title

public string Title { get; set; }

Property Value

string

Methods

CreateDefaultContent()

protected override void CreateDefaultContent()

OpenSelectionAsync()

public Task<bool> OpenSelectionAsync()

Returns

Task<bool>

Events

SelectedIndexChanged

public event EventHandler<int>? SelectedIndexChanged

Event Type

EventHandler<int>

SelectedItemChanged

public event EventHandler<object?>? SelectedItemChanged

Event Type

EventHandler<object>