New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a container view for an item in a RadSpinner.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
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

Initializes a new instance of the SpinnerItemView class.

C#
public SpinnerItemView()

Fields

Identifies the DisplayMemberPath property.

C#
public static readonly BindableProperty DisplayMemberPathProperty

Identifies the DisplayStringFormat property.

C#
public static readonly BindableProperty DisplayStringFormatProperty

DisplayStringProperty

BindableProperty

Identifies the DisplayString property.

C#
public static readonly BindableProperty DisplayStringProperty

Identifies the DisplayValueConverter property.

C#
public static readonly BindableProperty DisplayValueConverterProperty

FontAttributesProperty

BindableProperty

Identifies the FontAttributes property.

C#
public static readonly BindableProperty FontAttributesProperty

FontFamilyProperty

BindableProperty

Identifies the FontFamily property.

C#
public static readonly BindableProperty FontFamilyProperty

FontSizeProperty

BindableProperty

Identifies the FontSize property.

C#
public static readonly BindableProperty FontSizeProperty

Identifies the HorizontalContentAlignment property.

C#
public static readonly BindableProperty HorizontalContentAlignmentProperty

Identifies the HorizontalTextAlignment property.

C#
public static readonly BindableProperty HorizontalTextAlignmentProperty

TextColorProperty

BindableProperty

Identifies the TextColor property.

C#
public static readonly BindableProperty TextColorProperty

TextDecorationsProperty

BindableProperty

Identifies the TextDecorations property.

C#
public static readonly BindableProperty TextDecorationsProperty

Identifies the VerticalContentAlignment property.

C#
public static readonly BindableProperty VerticalContentAlignmentProperty

Identifies the VerticalTextAlignment property.

C#
public static readonly BindableProperty VerticalTextAlignmentProperty

Properties

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

C#
public string DisplayMemberPath { get; set; }

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

C#
public string DisplayStringFormat { get; set; }

DisplayValueConverter

IValueConverter

Gets or sets a IValueConverter used to display the item.

C#
public IValueConverter DisplayValueConverter { get; set; }

FontAttributes

FontAttributes

Gets or sets the FontAttributes applied to the text.

C#
public FontAttributes FontAttributes { get; set; }

Gets or sets the font family of the text.

C#
public string FontFamily { get; set; }

Gets or sets the font size of the text.

C#
[TypeConverter(typeof(FontSizeConverter))]
public double FontSize { get; set; }

Gets or sets the horizontal LayoutOptions of the content.

C#
public LayoutOptions HorizontalContentAlignment { get; set; }

Gets or sets the horizontal TextAlignment of the text.

C#
public TextAlignment HorizontalTextAlignment { get; set; }

Gets or sets the Color of the text.

C#
public Color TextColor { get; set; }

TextDecorations

TextDecorations

Gets or sets the TextDecorations applied to the text.

C#
public TextDecorations TextDecorations { get; set; }

Gets or sets the vertical LayoutOptions of the content.

C#
public LayoutOptions VerticalContentAlignment { get; set; }

Gets or sets the vertical TextAlignment of the text.

C#
public TextAlignment VerticalTextAlignment { get; set; }