Class SpinnerItemView
Represents a container view for an item in a RadSpinner.
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class SpinnerItemView : RadBorder, IRadBorder, IRadContentView, IContentView, IView, IElement, ITransform, IPadding
Constructors
SpinnerItemView()
Declaration
public SpinnerItemView()
Fields
DisplayMemberPathProperty
Identifies the DisplayMemberPath property.
Declaration
public static readonly BindableProperty DisplayMemberPathProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
DisplayStringFormatProperty
Identifies the DisplayStringFormat property.
Declaration
public static readonly BindableProperty DisplayStringFormatProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
DisplayStringProperty
Identifies the DisplayString property.
Declaration
public static readonly BindableProperty DisplayStringProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
DisplayValueConverterProperty
Identifies the DisplayValueConverter property.
Declaration
public static readonly BindableProperty DisplayValueConverterProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
FontAttributesProperty
Identifies the FontAttributes property.
Declaration
public static readonly BindableProperty FontAttributesProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
FontFamilyProperty
Identifies the FontFamily property.
Declaration
public static readonly BindableProperty FontFamilyProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
FontSizeProperty
Identifies the FontSize property.
Declaration
public static readonly BindableProperty FontSizeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
HorizontalContentAlignmentProperty
Identifies the HorizontalContentAlignment property.
Declaration
public static readonly BindableProperty HorizontalContentAlignmentProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
HorizontalTextAlignmentProperty
Identifies the HorizontalTextAlignment property.
Declaration
public static readonly BindableProperty HorizontalTextAlignmentProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
TextColorProperty
Identifies the TextColor property.
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
TextDecorationsProperty
Identifies the TextDecorations property.
Declaration
public static readonly BindableProperty TextDecorationsProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
VerticalContentAlignmentProperty
Identifies the VerticalContentAlignment property.
Declaration
public static readonly BindableProperty VerticalContentAlignmentProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
VerticalTextAlignmentProperty
Identifies the VerticalTextAlignment property.
Declaration
public static readonly BindableProperty VerticalTextAlignmentProperty
Field Value
Microsoft.Maui.Controls.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 Microsoft.Maui.Controls.IValueConverter used to display the item.
Declaration
public IValueConverter DisplayValueConverter { get; set; }
Property Value
Microsoft.Maui.Controls.IValueConverter
|
FontAttributes
Gets or sets the FontAttributes applied to the text.
Declaration
public FontAttributes FontAttributes { get; set; }
Property Value
Microsoft.Maui.Controls.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
|
HorizontalContentAlignment
Gets or sets the horizontal Microsoft.Maui.Controls.LayoutOptions of the content.
Declaration
public LayoutOptions HorizontalContentAlignment { get; set; }
Property Value
Microsoft.Maui.Controls.LayoutOptions
|
HorizontalTextAlignment
Gets or sets the horizontal Microsoft.Maui.TextAlignment of the text.
Declaration
public TextAlignment HorizontalTextAlignment { get; set; }
Property Value
Microsoft.Maui.TextAlignment
|
TextColor
Gets or sets the Microsoft.Maui.Graphics.Color of the text.
Declaration
public Color TextColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
TextDecorations
Gets or sets the TextDecorations applied to the text.
Declaration
public TextDecorations TextDecorations { get; set; }
Property Value
Microsoft.Maui.TextDecorations
|
VerticalContentAlignment
Gets or sets the vertical Microsoft.Maui.Controls.LayoutOptions of the content.
Declaration
public LayoutOptions VerticalContentAlignment { get; set; }
Property Value
Microsoft.Maui.Controls.LayoutOptions
|
VerticalTextAlignment
Gets or sets the vertical Microsoft.Maui.TextAlignment of the text.
Declaration
public TextAlignment VerticalTextAlignment { get; set; }
Property Value
Microsoft.Maui.TextAlignment
|