Class
SpinnerItemView

Represents a container view for an item in a RadSpinner.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class SpinnerItemView : RadBorder, IRadBorder, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewRadBorderSpinnerItemView

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadBorderIRadContentViewITransformIView

Inherited Members RadBorder.BorderColorPropertyRadBorder.CornerRadiusPropertyRadBorder.BorderThicknessPropertyRadBorder.BorderBrushPropertyRadBorder.ChangeVisualState()RadBorder.BorderColorRadBorder.CornerRadiusRadBorder.BorderThicknessRadBorder.BorderBrushRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnBindingContextChanged()RadContentView.OnHandlerChanged()

Constructors

SpinnerItemView()

Initializes a new instance of the SpinnerItemView class.

Declaration

cs-api-definition
public SpinnerItemView()

Fields

DisplayMemberPathProperty

Identifies the DisplayMemberPath property.

Declaration

cs-api-definition
public static readonly BindableProperty DisplayMemberPathProperty

Field Value

BindableProperty

DisplayStringFormatProperty

Identifies the DisplayStringFormat property.

Declaration

cs-api-definition
public static readonly BindableProperty DisplayStringFormatProperty

Field Value

BindableProperty

DisplayStringProperty

Identifies the DisplayString property.

Declaration

cs-api-definition
public static readonly BindableProperty DisplayStringProperty

Field Value

BindableProperty

DisplayValueConverterProperty

Identifies the DisplayValueConverter property.

Declaration

cs-api-definition
public static readonly BindableProperty DisplayValueConverterProperty

Field Value

BindableProperty

FontAttributesProperty

Identifies the FontAttributes property.

Declaration

cs-api-definition
public static readonly BindableProperty FontAttributesProperty

Field Value

BindableProperty

FontFamilyProperty

Identifies the FontFamily property.

Declaration

cs-api-definition
public static readonly BindableProperty FontFamilyProperty

Field Value

BindableProperty

FontSizeProperty

Identifies the FontSize property.

Declaration

cs-api-definition
public static readonly BindableProperty FontSizeProperty

Field Value

BindableProperty

HorizontalContentAlignmentProperty

Identifies the HorizontalContentAlignment property.

Declaration

cs-api-definition
public static readonly BindableProperty HorizontalContentAlignmentProperty

Field Value

BindableProperty

HorizontalTextAlignmentProperty

Identifies the HorizontalTextAlignment property.

Declaration

cs-api-definition
public static readonly BindableProperty HorizontalTextAlignmentProperty

Field Value

BindableProperty

TextColorProperty

Identifies the TextColor property.

Declaration

cs-api-definition
public static readonly BindableProperty TextColorProperty

Field Value

BindableProperty

TextDecorationsProperty

Identifies the TextDecorations property.

Declaration

cs-api-definition
public static readonly BindableProperty TextDecorationsProperty

Field Value

BindableProperty

VerticalContentAlignmentProperty

Identifies the VerticalContentAlignment property.

Declaration

cs-api-definition
public static readonly BindableProperty VerticalContentAlignmentProperty

Field Value

BindableProperty

VerticalTextAlignmentProperty

Identifies the VerticalTextAlignment property.

Declaration

cs-api-definition
public static readonly BindableProperty VerticalTextAlignmentProperty

Field Value

BindableProperty

Properties

DisplayMemberPath

Gets or sets a path to the property used to display the item.

Declaration

cs-api-definition
public string DisplayMemberPath { get; set; }

Property Value

string

DisplayStringFormat

Gets or sets the string format used to display the item.

Declaration

cs-api-definition
public string DisplayStringFormat { get; set; }

Property Value

string

DisplayValueConverter

Gets or sets a IValueConverter used to display the item.

Declaration

cs-api-definition
public IValueConverter DisplayValueConverter { get; set; }

Property Value

IValueConverter

FontAttributes

Gets or sets the FontAttributes applied to the text.

Declaration

cs-api-definition
public FontAttributes FontAttributes { get; set; }

Property Value

FontAttributes

FontFamily

Gets or sets the font family of the text.

Declaration

cs-api-definition
public string FontFamily { get; set; }

Property Value

string

FontSize

Gets or sets the font size of the text.

Declaration

cs-api-definition
[TypeConverter(typeof(FontSizeConverter))]
public double FontSize { get; set; }

Property Value

double

HorizontalContentAlignment

Gets or sets the horizontal LayoutOptions of the content.

Declaration

cs-api-definition
public LayoutOptions HorizontalContentAlignment { get; set; }

Property Value

LayoutOptions

HorizontalTextAlignment

Gets or sets the horizontal TextAlignment of the text.

Declaration

cs-api-definition
public TextAlignment HorizontalTextAlignment { get; set; }

Property Value

TextAlignment

TextColor

Gets or sets the Color of the text.

Declaration

cs-api-definition
public Color TextColor { get; set; }

Property Value

Color

TextDecorations

Gets or sets the TextDecorations applied to the text.

Declaration

cs-api-definition
public TextDecorations TextDecorations { get; set; }

Property Value

TextDecorations

VerticalContentAlignment

Gets or sets the vertical LayoutOptions of the content.

Declaration

cs-api-definition
public LayoutOptions VerticalContentAlignment { get; set; }

Property Value

LayoutOptions

VerticalTextAlignment

Gets or sets the vertical TextAlignment of the text.

Declaration

cs-api-definition
public TextAlignment VerticalTextAlignment { get; set; }

Property Value

TextAlignment