Class RadSpinner
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadSpinner : RadBorder, IRadBorder, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Constructors
RadSpinner()
Declaration
public RadSpinner()
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.
|
DisplayValueConverterProperty
Identifies the Display
Declaration
public static readonly BindableProperty DisplayValueConverterProperty
Field Value
Microsoft.
|
IsLoopingProperty
Identifies the Is
Declaration
public static readonly BindableProperty IsLoopingProperty
Field Value
Microsoft.
|
ItemLengthProperty
Identifies the Item
Declaration
public static readonly BindableProperty ItemLengthProperty
Field Value
Microsoft.
|
ItemSpacingProperty
Identifies the Item
Declaration
public static readonly BindableProperty ItemSpacingProperty
Field Value
Microsoft.
|
ItemsSourceProperty
Identifies the Items
Declaration
public static readonly BindableProperty ItemsSourceProperty
Field Value
Microsoft.
|
ItemStyleProperty
Identifies the Item
Declaration
public static readonly BindableProperty ItemStyleProperty
Field Value
Microsoft.
|
ItemTemplateProperty
Identifies the Item
Declaration
public static readonly BindableProperty ItemTemplateProperty
Field Value
Microsoft.
|
OrientationProperty
Identifies the Orientation property.
Declaration
public static readonly BindableProperty OrientationProperty
Field Value
Microsoft.
|
SelectedIndexProperty
Identifies the Selected
Declaration
public static readonly BindableProperty SelectedIndexProperty
Field Value
Microsoft.
|
SelectedItemProperty
Identifies the Selected
Declaration
public static readonly BindableProperty SelectedItemProperty
Field Value
Microsoft.
|
SelectedItemStyleProperty
Identifies the Selected
Declaration
public static readonly BindableProperty SelectedItemStyleProperty
Field Value
Microsoft.
|
SelectedItemTemplateProperty
Identifies the Selected
Declaration
public static readonly BindableProperty SelectedItemTemplateProperty
Field Value
Microsoft.
|
Properties
DisplayMemberPath
Gets or sets a path to the property used to display the items of the Rad
Declaration
public string DisplayMemberPath { get; set; }
Property Value
System.
|
DisplayStringFormat
Gets or sets the string format used to display the items of the Rad
Declaration
public string DisplayStringFormat { get; set; }
Property Value
System.
|
DisplayValueConverter
Gets or sets a Microsoft.
Declaration
public IValueConverter DisplayValueConverter { get; set; }
Property Value
Microsoft.
|
IsLooping
Gets or sets a value indicating whether the items should loop infinitely while scrolling.
Declaration
public bool IsLooping { get; set; }
Property Value
System.
|
ItemLength
Gets or sets the length of the items in the Rad
Declaration
public double ItemLength { get; set; }
Property Value
System.
|
ItemSpacing
Gets or sets the spacing between the items in the Rad
Declaration
public double ItemSpacing { get; set; }
Property Value
System.
|
ItemsSource
Gets or sets a collection used to generate the content of the Rad
Declaration
public IList ItemsSource { get; set; }
Property Value
System.
|
ItemStyle
Gets or sets the Microsoft.
Declaration
public Style ItemStyle { get; set; }
Property Value
Microsoft.
|
ItemTemplate
Gets or sets the Microsoft.
Declaration
public DataTemplate ItemTemplate { get; set; }
Property Value
Microsoft.
|
Orientation
Gets or sets the orientation of the Rad
Declaration
public Orientation Orientation { get; set; }
Property Value
SelectedIndex
Gets or sets the selected index in the Rad
Declaration
public int SelectedIndex { get; set; }
Property Value
System.
|
SelectedItem
Gets or sets the selected item in the Rad
Declaration
public object SelectedItem { get; set; }
Property Value
System.
|
SelectedItemStyle
Gets or sets the Microsoft.
Declaration
public Style SelectedItemStyle { get; set; }
Property Value
Microsoft.
|
SelectedItemTemplate
Gets or sets the Microsoft.
Declaration
public DataTemplate SelectedItemTemplate { get; set; }
Property Value
Microsoft.
|
Methods
ArrangeOverride(Rect)
Declaration
protected override Size ArrangeOverride(Rect bounds)
Parameters
Microsoft.
|
Returns
Microsoft.
|
OnHandlerChanged()
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.
|
Events
SelectionChanged
Declaration
public event EventHandler SelectionChanged
Event Type
System.
|