menu

UWP

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

    Show / Hide Table of Contents

    Class SliderItemsPanel

    Slider Item panel class

    Inheritance
    System.Object
    SliderItemsPanel
    Namespace: Syncfusion.UI.Xaml.Rotator
    Assembly: Syncfusion.SfRotator.UWP.dll
    Syntax
    public class SliderItemsPanel : Panel

    Constructors

    SliderItemsPanel()

    Initializes a new instance of the SliderItemsPanel class.

    Declaration
    public SliderItemsPanel()

    Fields

    OrientationProperty

    Using a DependencyProperty as the backing store for Orientation. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty OrientationProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    Orientation

    Gets or sets the value of Orientation property.

    Declaration
    public Orientation Orientation { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Controls.Orientation

    Methods

    ArrangeOverride(Size)

    Arrange Override method.

    Declaration
    protected override Size ArrangeOverride(Size finalSize)
    Parameters
    Type Name Description
    Windows.Foundation.Size finalSize

    Final size

    Returns
    Type Description
    Windows.Foundation.Size

    return value.

    MeasureOverride(Size)

    Measure Override method.

    Declaration
    protected override Size MeasureOverride(Size availableSize)
    Parameters
    Type Name Description
    Windows.Foundation.Size availableSize

    Size type.

    Returns
    Type Description
    Windows.Foundation.Size

    return value

    Extension Methods

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