FoldPosition
Enum
This enumeration describes the 4 corners of the Book.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public enum FoldPosition
Fields
BottomLeft corner.
C#
BottomLeft = 4
BottomRight corner.
C#
BottomRight = 3
None of the corners described bellow.
C#
None = 0
TopLeft corner.
C#
TopLeft = 1
TopRight corner.
C#
TopRight = 2