alexa
menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    System.Object
    SfRotator
    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
    SfRotator

    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
    SfRotator

    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
    SfRotator

    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
    SfRotator

    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
    SfRotator

    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
    SfRotator

    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
    SfRotator

    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
    SfRotator

    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
    SfRotator

    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
    SfRotator

    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
    SfRotator

    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
    SfRotator

    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
    SfRotator

    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
    SfRotator

    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
    SfRotator

    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
    SfRotator

    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved