Class MinimizedItemsOrientation
Stores the orientation of the minimized tile view items
Inheritance
System.Object
MinimizedItemsOrientation
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public sealed class MinimizedItemsOrientation : Enum
Fields
Bottom
position of the minimized TileViewItems in Bottom of the maximized TileViewItem
Declaration
public const MinimizedItemsOrientation Bottom
Field Value
Type |
---|
MinimizedItemsOrientation |
Left
position of the minimized TileViewItems in Left side of the maximized TileViewITem
Declaration
public const MinimizedItemsOrientation Left
Field Value
Type |
---|
MinimizedItemsOrientation |
Right
position of the minimized TileViewItems in Right side of the maximized TileViewItem
Declaration
public const MinimizedItemsOrientation Right
Field Value
Type |
---|
MinimizedItemsOrientation |
Top
position of the minimized TileViewItems in top of the maximized TileViewItem
Declaration
public const MinimizedItemsOrientation Top
Field Value
Type |
---|
MinimizedItemsOrientation |