Class StripPosition
Specifies the position of the tab strip in the tab navigation control.
Inheritance
System.Object
StripPosition
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public sealed class StripPosition : Enum
Fields
Bottom
The tab strip is positioned at the bottom of the control.
Declaration
public const StripPosition Bottom
Field Value
Type |
---|
StripPosition |
Top
The tab strip is positioned at the top of the control.
Declaration
public const StripPosition Top
Field Value
Type |
---|
StripPosition |