Search
Header.RotateTitle Property
See Also
 





Gets or sets a value indicating whether to rotate the header caption at 90 degree.

Namespace: MindFusion.Diagramming.Lanes
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool RotateTitle { get; set; }

Visual Basic  Copy Code

Public Property RotateTitle As Boolean

 Property Value

true if the title should be rotated; otherwise, false. The default is false.

 See Also