Class ThumbnailPanel
Represents the ThumbnailPanel class
Inheritance
System.Object
ThumbnailPanel
Namespace: Syncfusion.UI.Xaml.Rotator
Assembly: Syncfusion.SfRotator.UWP.dll
Syntax
public class ThumbnailPanel : Panel
Constructors
ThumbnailPanel()
Initializes a new instance of the ThumbnailPanel class.
Declaration
public ThumbnailPanel()
Properties
Orientation
Gets or sets the Orientation for the Thumbnail panel
Declaration
public Orientation Orientation { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Controls.Orientation |
Methods
ArrangeOverride(Size)
Arranges the children in the panel based on the final size
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 the thumbnail panel based on the available size
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | availableSize | Available size |
Returns
Type | Description |
---|---|
Windows.Foundation.Size | Return value |