Class Direction
Defines the constants that specifies the direction of the splitter.
Inheritance
System.Object
Direction
Namespace: Syncfusion.Windows.Forms.PivotAnalysis
Assembly: Syncfusion.PivotAnalysis.Windows.dll
Syntax
public sealed class Direction : Enum
Fields
Down
Represents the direction as Down.
Declaration
public const Direction Down
Field Value
| Type |
|---|
| Direction |
Left
Represents the direction as Left.
Declaration
public const Direction Left
Field Value
| Type |
|---|
| Direction |
Right
Represents the direction as Right.
Declaration
public const Direction Right
Field Value
| Type |
|---|
| Direction |
Up
Represents the direction as Up.
Declaration
public const Direction Up
Field Value
| Type |
|---|
| Direction |