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 |