Class SfRotator
Rotator is a panel which has a collection of images and can be viewed by navigating through images by translations and swiping or auto played
Inheritance
Namespace: Syncfusion.UI.Xaml.Rotator
Assembly: Syncfusion.SfRotator.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public class SfRotator : ItemsControl
Remarks
Rotator is a Syncfusion.UI.Xaml.Rotator panel which can swiped to view the next or previous image
Constructors
SfRotator()
Initializes a new instance of the SfRotator class.
Declaration
public SfRotator()
Fields
DotsPlacementProperty
Using a DependencyProperty as the backing store for DotsPlacement. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty DotsPlacementProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
EnableAutoPlayProperty
Using a DependencyProperty as the backing store for EnableAutoPlayProperty. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty EnableAutoPlayProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
EnableLoopingProperty
Using a DependencyProperty as the backing store for EnableLoopingProperty. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty EnableLoopingProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
EnableSwipingProperty
Using a DependencyProperty as the backing store for EnableSwipingProperty. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty EnableSwipingProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
ImageTextProperty
Using a DependencyProperty as the backing store for ImageTextProperty. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ImageTextProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
NavigationButtonVisibilityProperty
Using a DependencyProperty as the backing store for NavigationButtonVisibilityProperty. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty NavigationButtonVisibilityProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
NavigationDelayProperty
Using a DependencyProperty as the backing store for NavigationDelay. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty NavigationDelayProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
NavigationDirectionProperty
Using a DependencyProperty as the backing store for NavigationDirectionProperty. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty NavigationDirectionProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
NavigationStripModeProperty
Using a DependencyProperty as the backing store for NavigationStripModeProperty. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty NavigationStripModeProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
NavigationStripPositionProperty
Using a DependencyProperty as the backing store for NavigationStripPositionProperty. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty NavigationStripPositionProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
SelectedDotsBackgroundProperty
Using a DependencyProperty as the backing store for SelectedDotsBackground. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty SelectedDotsBackgroundProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
SelectedDotsBorderBrushProperty
Using a DependencyProperty as the backing store for SelectedDotsBorderBrush. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty SelectedDotsBorderBrushProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
SelectedIndexProperty
Using a DependencyProperty as the backing store for SelectedIndexProperty. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty SelectedIndexProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
TextAreaVisibilityProperty
Using a DependencyProperty as the backing store for TextAreaVisibilityProperty. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty TextAreaVisibilityProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
TextPathProperty
Using a DependencyProperty as the backing store for TextPathProperty. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty TextPathProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
UnselectedDotsBackgroundProperty
Using a DependencyProperty as the backing store for UnSelected dots Brush. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty UnselectedDotsBackgroundProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
UnselectedDotsBroderBrushProperty
Using a DependencyProperty as the backing store for Unselected Dots BorderBrush. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty UnselectedDotsBroderBrushProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
DotsPlacement
Gets or sets the DotsPlacement value to RotatorSfRotator.
Declaration
[ClassReference(IsReviewed = false)]
public DotsPlacement DotsPlacement { get; set; }
Property Value
Type | Description |
---|---|
DotsPlacement | Default value is DotsPlacement.Default |
See Also
EnableAutoPlay
Gets or sets a value indicating whether value of Enable AutoPlay to RotatorSfRotator.
Declaration
[ClassReference(IsReviewed = false)]
public bool EnableAutoPlay { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | Default value is false |
See Also
EnableLooping
Gets or sets a value indicating whether value of EnableLooping to RotatorSfRotator.
Declaration
[ClassReference(IsReviewed = false)]
public bool EnableLooping { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | Default value is false |
See Also
EnableSwiping
Gets or sets a value indicating whether value of EnableSwiping to RotatorSfRotator.
Declaration
[ClassReference(IsReviewed = false)]
public bool EnableSwiping { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | Default value is false |
See Also
NavigationButtonVisibility
Gets or sets the Visibility value to NavigationButton of RotatorSfRotator.
Declaration
[ClassReference(IsReviewed = false)]
public Visibility NavigationButtonVisibility { get; set; }
Property Value
Type | Description |
---|---|
Windows.UI.Xaml.Visibility | Default value is Collapsed |
See Also
NavigationDelay
Gets or sets the NavigationDelay for animation of RotatorSfRotator.
Declaration
[ClassReference(IsReviewed = false)]
public TimeSpan NavigationDelay { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan | Default value is 2 seconds |
See Also
NavigationDirection
Gets or sets the NavigationDirection value to RotatorSfRotator.
Declaration
[ClassReference(IsReviewed = false)]
public NavigationDirection NavigationDirection { get; set; }
Property Value
Type | Description |
---|---|
NavigationDirection | Default value is Horizontal |
See Also
NavigationStripMode
Gets or sets the NavigationStripMode value to RotatorSfRotator.
Declaration
[ClassReference(IsReviewed = false)]
public NavigationStripMode NavigationStripMode { get; set; }
Property Value
Type | Description |
---|---|
NavigationStripMode | Default value is Dots |
See Also
NavigationStripPosition
Gets or sets the NavigationStripPosition value to RotatorSfRotator.
Declaration
[ClassReference(IsReviewed = false)]
public NavigationStripPosition NavigationStripPosition { get; set; }
Property Value
Type | Description |
---|---|
NavigationStripPosition | Default value is Bottom |
See Also
SelectedDotsBackground
Gets or sets the Selected Background to TabStripButton of RotatorSfRotator.
Declaration
[ClassReference(IsReviewed = false)]
public Brush SelectedDotsBackground { get; set; }
Property Value
Type | Description |
---|---|
Windows.UI.Xaml.Media.Brush | Default value is Blue |
See Also
SelectedDotsBorderBrush
Gets or sets the Selected BorderBrush to TabStripButton of RotatorSfRotator.
Declaration
[ClassReference(IsReviewed = false)]
public Brush SelectedDotsBorderBrush { get; set; }
Property Value
Type | Description |
---|---|
Windows.UI.Xaml.Media.Brush | Default value is Blue |
See Also
SelectedIndex
Gets or sets the SelectedIndex value of RotatorSfRotator.
Declaration
[ClassReference(IsReviewed = false)]
public int SelectedIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Default value is 0 |
See Also
ShowText
Gets or sets a value indicating whether value of ShowText to RotatorSfRotator.
Declaration
[ClassReference(IsReviewed = false)]
public bool ShowText { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | Default value is false |
See Also
TextPath
Gets or sets the TextPath value to RotatorSfRotator.
Declaration
[ClassReference(IsReviewed = false)]
public string TextPath { get; set; }
Property Value
Type | Description |
---|---|
System.String | Default value is null |
See Also
UnselectedDotsBackground
Gets or sets the Unselected Background to TabStripButton of RotatorSfRotator.
Declaration
[ClassReference(IsReviewed = false)]
public Brush UnselectedDotsBackground { get; set; }
Property Value
Type | Description |
---|---|
Windows.UI.Xaml.Media.Brush | Default value is #D2D2D4 |
See Also
UnselectedDotsBroderBrush
Gets or sets the Unselected BorderBrush to TabStripButton of RotatorSfRotator.
Declaration
[ClassReference(IsReviewed = false)]
public Brush UnselectedDotsBroderBrush { get; set; }
Property Value
Type | Description |
---|---|
Windows.UI.Xaml.Media.Brush | Default value is #D2D2D4 |
See Also
Methods
GetVisibility()
Get visibility method.
Declaration
public void GetVisibility()
OnApplyTemplate()
OnApplyTemplate override method
Declaration
protected override void OnApplyTemplate()
OnItemsChanged(Object)
On items Changed method.
Declaration
protected override void OnItemsChanged(object e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | e | Object type |
OnPointerCaptureLost(PointerRoutedEventArgs)
On pointer Capture Lost method
Declaration
protected override void OnPointerCaptureLost(PointerRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.PointerRoutedEventArgs | e | Routed event args |
Events
SelectionChanged
Selection changed event
Declaration
public event SelectionChangedEventHandler SelectionChanged
Event Type
Type |
---|
Windows.UI.Xaml.Controls.SelectionChangedEventHandler |