Class SpinnerItemView
Represents a container view for an item in a Rad
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class SpinnerItemView : RadBorder, IRadBorder, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Constructors
SpinnerItemView()
Declaration
public SpinnerItemView()
Fields
DisplayMemberPathProperty
Identifies the Display
Declaration
public static readonly BindableProperty DisplayMemberPathProperty
Field Value
Microsoft.
|
DisplayStringFormatProperty
Identifies the Display
Declaration
public static readonly BindableProperty DisplayStringFormatProperty
Field Value
Microsoft.
|
DisplayStringProperty
Identifies the Display
Declaration
public static readonly BindableProperty DisplayStringProperty
Field Value
Microsoft.
|
DisplayValueConverterProperty
Identifies the Display
Declaration
public static readonly BindableProperty DisplayValueConverterProperty
Field Value
Microsoft.
|
FontAttributesProperty
Identifies the Font
Declaration
public static readonly BindableProperty FontAttributesProperty
Field Value
Microsoft.
|
FontFamilyProperty
Identifies the Font
Declaration
public static readonly BindableProperty FontFamilyProperty
Field Value
Microsoft.
|
FontSizeProperty
Identifies the Font
Declaration
public static readonly BindableProperty FontSizeProperty
Field Value
Microsoft.
|
HorizontalContentAlignmentProperty
Identifies the Horizontal
Declaration
public static readonly BindableProperty HorizontalContentAlignmentProperty
Field Value
Microsoft.
|
HorizontalTextAlignmentProperty
Identifies the Horizontal
Declaration
public static readonly BindableProperty HorizontalTextAlignmentProperty
Field Value
Microsoft.
|
TextColorProperty
Identifies the Text
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Microsoft.
|
TextDecorationsProperty
Identifies the Text
Declaration
public static readonly BindableProperty TextDecorationsProperty
Field Value
Microsoft.
|
VerticalContentAlignmentProperty
Identifies the Vertical
Declaration
public static readonly BindableProperty VerticalContentAlignmentProperty
Field Value
Microsoft.
|
VerticalTextAlignmentProperty
Identifies the Vertical
Declaration
public static readonly BindableProperty VerticalTextAlignmentProperty
Field Value
Microsoft.
|
Properties
DisplayMemberPath
Gets or sets a path to the property used to display the item.
Declaration
public string DisplayMemberPath { get; set; }
Property Value
System.
|
DisplayString
Gets or sets the string used to display the item.
Declaration
public string DisplayString { get; set; }
Property Value
System.
|
DisplayStringFormat
Gets or sets the string format used to display the item.
Declaration
public string DisplayStringFormat { get; set; }
Property Value
System.
|
DisplayValueConverter
Gets or sets a Microsoft.
Declaration
public IValueConverter DisplayValueConverter { get; set; }
Property Value
Microsoft.
|
FontAttributes
Gets or sets the Font
Declaration
public FontAttributes FontAttributes { get; set; }
Property Value
Microsoft.
|
FontFamily
Gets or sets the font family of the text.
Declaration
public string FontFamily { get; set; }
Property Value
System.
|
FontSize
Gets or sets the font size of the text.
Declaration
public double FontSize { get; set; }
Property Value
System.
|
HorizontalContentAlignment
Gets or sets the horizontal Microsoft.
Declaration
public LayoutOptions HorizontalContentAlignment { get; set; }
Property Value
Microsoft.
|
HorizontalTextAlignment
Gets or sets the horizontal Microsoft.
Declaration
public TextAlignment HorizontalTextAlignment { get; set; }
Property Value
Microsoft.
|
TextColor
Gets or sets the Microsoft.
Declaration
public Color TextColor { get; set; }
Property Value
Microsoft.
|
TextDecorations
Gets or sets the Text
Declaration
public TextDecorations TextDecorations { get; set; }
Property Value
Microsoft.
|
VerticalContentAlignment
Gets or sets the vertical Microsoft.
Declaration
public LayoutOptions VerticalContentAlignment { get; set; }
Property Value
Microsoft.
|
VerticalTextAlignment
Gets or sets the vertical Microsoft.
Declaration
public TextAlignment VerticalTextAlignment { get; set; }
Property Value
Microsoft.
|