SpinnerItemView
Represents a container view for an item in a RadSpinner.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class SpinnerItemView : RadBorder, IRadBorder, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadBorderSpinnerItemView
Implements:
Inherited Members
Constructors
Initializes a new instance of the SpinnerItemView class.
public SpinnerItemView()
Fields
DisplayMemberPathProperty
BindableProperty
Identifies the DisplayMemberPath property.
public static readonly BindableProperty DisplayMemberPathProperty
DisplayStringFormatProperty
BindableProperty
Identifies the DisplayStringFormat property.
public static readonly BindableProperty DisplayStringFormatProperty
DisplayStringProperty
BindableProperty
Identifies the DisplayString property.
public static readonly BindableProperty DisplayStringProperty
DisplayValueConverterProperty
BindableProperty
Identifies the DisplayValueConverter property.
public static readonly BindableProperty DisplayValueConverterProperty
FontAttributesProperty
BindableProperty
Identifies the FontAttributes property.
public static readonly BindableProperty FontAttributesProperty
FontFamilyProperty
BindableProperty
Identifies the FontFamily property.
public static readonly BindableProperty FontFamilyProperty
FontSizeProperty
BindableProperty
Identifies the FontSize property.
public static readonly BindableProperty FontSizeProperty
HorizontalContentAlignmentProperty
BindableProperty
Identifies the HorizontalContentAlignment property.
public static readonly BindableProperty HorizontalContentAlignmentProperty
HorizontalTextAlignmentProperty
BindableProperty
Identifies the HorizontalTextAlignment property.
public static readonly BindableProperty HorizontalTextAlignmentProperty
TextColorProperty
BindableProperty
Identifies the TextColor property.
public static readonly BindableProperty TextColorProperty
TextDecorationsProperty
BindableProperty
Identifies the TextDecorations property.
public static readonly BindableProperty TextDecorationsProperty
VerticalContentAlignmentProperty
BindableProperty
Identifies the VerticalContentAlignment property.
public static readonly BindableProperty VerticalContentAlignmentProperty
VerticalTextAlignmentProperty
BindableProperty
Identifies the VerticalTextAlignment property.
public static readonly BindableProperty VerticalTextAlignmentProperty
Properties
Gets or sets a path to the property used to display the item.
public string DisplayMemberPath { get; set; }
Gets or sets the string format used to display the item.
public string DisplayStringFormat { get; set; }
DisplayValueConverter
IValueConverter
Gets or sets a IValueConverter used to display the item.
public IValueConverter DisplayValueConverter { get; set; }
FontAttributes
FontAttributes
Gets or sets the FontAttributes applied to the text.
public FontAttributes FontAttributes { get; set; }
Gets or sets the font family of the text.
public string FontFamily { get; set; }
Gets or sets the font size of the text.
[TypeConverter(typeof(FontSizeConverter))]
public double FontSize { get; set; }
HorizontalContentAlignment
LayoutOptions
Gets or sets the horizontal LayoutOptions of the content.
public LayoutOptions HorizontalContentAlignment { get; set; }
HorizontalTextAlignment
TextAlignment
Gets or sets the horizontal TextAlignment of the text.
public TextAlignment HorizontalTextAlignment { get; set; }
TextColor
Color
Gets or sets the Color of the text.
public Color TextColor { get; set; }
TextDecorations
TextDecorations
Gets or sets the TextDecorations applied to the text.
public TextDecorations TextDecorations { get; set; }
VerticalContentAlignment
LayoutOptions
Gets or sets the vertical LayoutOptions of the content.
public LayoutOptions VerticalContentAlignment { get; set; }
VerticalTextAlignment
TextAlignment
Gets or sets the vertical TextAlignment of the text.
public TextAlignment VerticalTextAlignment { get; set; }