Class MinimizedItemsOrientation
specify the dimensions by which Syncfusion.UI.Xaml.Controls.Layout.TileViewItem's are stacked
Inheritance
System.Object
MinimizedItemsOrientation
Namespace: Syncfusion.UI.Xaml.Controls.Layout
Assembly: Syncfusion.SfTileView.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public sealed class MinimizedItemsOrientation : Enum
Remarks
Orientations are Top,Bottom,Right,Left.
Fields
Bottom
Position of the minimized TileViewItems in Bottom of the maximized Syncfusion.UI.Xaml.Controls.Layout.TileViewItem.
Declaration
public const MinimizedItemsOrientation Bottom
Field Value
Type |
---|
MinimizedItemsOrientation |
Left
position of the minimized TileViewItems in Left side of the maximized Syncfusion.UI.Xaml.Controls.Layout.TileViewItem.
Declaration
public const MinimizedItemsOrientation Left
Field Value
Type |
---|
MinimizedItemsOrientation |
Right
position of the minimized TileViewItems in Right side of the maximized Syncfusion.UI.Xaml.Controls.Layout.TileViewItem.
Declaration
public const MinimizedItemsOrientation Right
Field Value
Type |
---|
MinimizedItemsOrientation |
Top
Position of the minimized TileViewItems in top of the maximized Syncfusion.UI.Xaml.Controls.Layout.TileViewItem.
Declaration
public const MinimizedItemsOrientation Top
Field Value
Type |
---|
MinimizedItemsOrientation |