Class PickerMultiSpinnerSelectorBase
Inheritance
Inherited Members
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public abstract class PickerMultiSpinnerSelectorBase : PickerSelectorBase, ISpinnerSettings
Constructors
PickerMultiSpinnerSelectorBase()
Declaration
protected PickerMultiSpinnerSelectorBase()
Fields
AreSpinnerHeadersVisibleProperty
Identifies the AreSpinnerHeadersVisible property.
Declaration
public static readonly BindableProperty AreSpinnerHeadersVisibleProperty
Field Value
|
Xamarin.Forms.BindableProperty
|
FormatProperty
Identifies the Format property.
Declaration
public static readonly BindableProperty FormatProperty
Field Value
|
Xamarin.Forms.BindableProperty
|
IsLoopingProperty
Identifies the IsLooping property.
Declaration
public static readonly BindableProperty IsLoopingProperty
Field Value
|
Xamarin.Forms.BindableProperty
|
SelectionHighlightStyleProperty
Identifies the SelectionHighlightStyle property.
Declaration
public static readonly BindableProperty SelectionHighlightStyleProperty
Field Value
|
Xamarin.Forms.BindableProperty
|
SpinnerHeaderStyleProperty
Identifies the SpinnerHeaderStyle property.
Declaration
public static readonly BindableProperty SpinnerHeaderStyleProperty
Field Value
|
Xamarin.Forms.BindableProperty
|
SpinnerStyleProperty
Identifies the SpinnerStyle property.
Declaration
public static readonly BindableProperty SpinnerStyleProperty
Field Value
|
Xamarin.Forms.BindableProperty
|
Properties
AreSpinnerHeadersVisible
Gets or sets a boolean value which defines if the headers of the spinners should be visualized.
Declaration
public bool AreSpinnerHeadersVisible { get; set; }
Property Value
|
System.Boolean
|
Format
Gets or sets a string which defines the number and the order of spinners which will be presented.
Declaration
public string Format { get; set; }
Property Value
|
System.String
|
IsLooping
Gets or sets a value indicating whether the items of the spinners should loop infinitely while scrolling. When set to true, the items of each spinner can loop infinitely, unless that spinner is restricted to show only a subset of the available values. When set to false, the looping is always disabled for all spinners.
Declaration
public bool IsLooping { get; set; }
Property Value
|
System.Boolean
|
SelectionHighlightStyle
Gets or sets the style which is applied to the selection highlight border.
Declaration
public Style SelectionHighlightStyle { get; set; }
Property Value
|
Xamarin.Forms.Style
|
SpinnerHeaderStyle
Gets or sets a style which defines the look of the headers of the spinners.
Declaration
public Style SpinnerHeaderStyle { get; set; }
Property Value
|
Xamarin.Forms.Style
|
SpinnerStyle
Gets or sets a style which defines the look of all spinners.
Declaration
public Style SpinnerStyle { get; set; }
Property Value
|
Xamarin.Forms.Style
|