RadControls for WPF

This enumeration describes the 4 corners of the Book.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation (in Telerik.Windows.Controls.Navigation.dll) Version: 2013.1.403.40

Syntax

C#
public enum FoldPosition
Visual Basic
Public Enumeration FoldPosition

Members

Member nameValueDescription
None0 None of the corners described bellow.
TopLeft1 TopLeft corner.
TopRight2 TopRight corner.
BottomRight3 BottomRight corner.
BottomLeft4 BottomLeft corner.

See Also