Class SpinnerItemView
Represents a container view for an item in a RadSpinner.
Inherited Members
Namespace: Telerik.XamarinForms.DataControls
Assembly: Telerik.XamarinForms.DataControls.dll
Syntax
public class SpinnerItemView : RadBorder
Constructors
SpinnerItemView()
Declaration
public SpinnerItemView()
Fields
DisplayMemberPathProperty
Identifies the DisplayMemberPath property.
Declaration
public static readonly BindableProperty DisplayMemberPathProperty
Field Value
Xamarin.Forms.BindableProperty
|
DisplayStringFormatProperty
Identifies the DisplayStringFormat property.
Declaration
public static readonly BindableProperty DisplayStringFormatProperty
Field Value
Xamarin.Forms.BindableProperty
|
DisplayStringProperty
Identifies the DisplayString property.
Declaration
public static readonly BindableProperty DisplayStringProperty
Field Value
Xamarin.Forms.BindableProperty
|
DisplayValueConverterProperty
Identifies the DisplayValueConverter property.
Declaration
public static readonly BindableProperty DisplayValueConverterProperty
Field Value
Xamarin.Forms.BindableProperty
|
FontAttributesProperty
Identifies the FontAttributes property.
Declaration
public static readonly BindableProperty FontAttributesProperty
Field Value
Xamarin.Forms.BindableProperty
|
FontFamilyProperty
Identifies the FontFamily property.
Declaration
public static readonly BindableProperty FontFamilyProperty
Field Value
Xamarin.Forms.BindableProperty
|
FontSizeProperty
Identifies the FontSize property.
Declaration
public static readonly BindableProperty FontSizeProperty
Field Value
Xamarin.Forms.BindableProperty
|
HorizontalTextAlignmentProperty
Identifies the HorizontalTextAlignment property.
Declaration
public static readonly BindableProperty HorizontalTextAlignmentProperty
Field Value
Xamarin.Forms.BindableProperty
|
TextColorProperty
Identifies the TextColor property.
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
TextDecorationsProperty
Identifies the TextDecorations property.
Declaration
public static readonly BindableProperty TextDecorationsProperty
Field Value
Xamarin.Forms.BindableProperty
|
VerticalTextAlignmentProperty
Identifies the VerticalTextAlignment property.
Declaration
public static readonly BindableProperty VerticalTextAlignmentProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
DisplayMemberPath
Gets or sets a path to the property used to display the item.
Declaration
public string DisplayMemberPath { get; set; }
Property Value
System.String
|
DisplayString
Gets or sets the string used to display the item.
Declaration
public string DisplayString { get; set; }
Property Value
System.String
|
DisplayStringFormat
Gets or sets the string format used to display the item.
Declaration
public string DisplayStringFormat { get; set; }
Property Value
System.String
|
DisplayValueConverter
Gets or sets a Xamarin.Forms.IValueConverter used to display the item.
Declaration
public IValueConverter DisplayValueConverter { get; set; }
Property Value
Xamarin.Forms.IValueConverter
|
FontAttributes
Gets or sets the FontAttributes applied to the text.
Declaration
public FontAttributes FontAttributes { get; set; }
Property Value
Xamarin.Forms.FontAttributes
|
FontFamily
Gets or sets the font family of the text.
Declaration
public string FontFamily { get; set; }
Property Value
System.String
|
FontSize
Gets or sets the font size of the text.
Declaration
public double FontSize { get; set; }
Property Value
System.Double
|
HorizontalTextAlignment
Gets or sets the horizontal Xamarin.Forms.TextAlignment of the text.
Declaration
public TextAlignment HorizontalTextAlignment { get; set; }
Property Value
Xamarin.Forms.TextAlignment
|
TextColor
Gets or sets the Xamarin.Forms.Color of the text.
Declaration
public Color TextColor { get; set; }
Property Value
Xamarin.Forms.Color
|
TextDecorations
Gets or sets the TextDecorations applied to the text.
Declaration
public TextDecorations TextDecorations { get; set; }
Property Value
Xamarin.Forms.TextDecorations
|
VerticalTextAlignment
Gets or sets the vertical Xamarin.Forms.TextAlignment of the text.
Declaration
public TextAlignment VerticalTextAlignment { get; set; }
Property Value
Xamarin.Forms.TextAlignment
|