menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfRotatorItem - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    SfRotator

    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

    Extension Methods

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