Class SfRotatorItem
RotatorItem SfRotatorItem is an item container for Rotator SfRotator control.
Inheritance
System.Object
SfRotatorItem
Namespace: Syncfusion.UI.Xaml.Rotator
Assembly: Syncfusion.SfRotator.UWP.dll
Syntax
public class SfRotatorItem : ContentControl
Constructors
SfRotatorItem()
Initializes a new instance of the SfRotatorItem class.
Declaration
public SfRotatorItem()
Fields
TextProperty
Using a DependencyProperty as the backing store for TextProperty. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty TextProperty
Field Value
| Type |
|---|
| Windows.UI.Xaml.DependencyProperty |
Properties
Text
Gets or sets the Text for the Rotator itemSfRotatorItem.
Declaration
[ClassReference(IsReviewed = false)]
public string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | Default value is null |
See Also
Methods
OnApplyTemplate()
On Apply template.
Declaration
protected override void OnApplyTemplate()
OnContentChanged(Object, Object)
On content changed method.
Declaration
protected override void OnContentChanged(object oldContent, object newContent)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | oldContent | Old Content |
| System.Object | newContent | New Content |