Gets or sets a value indicating whether to rotate the header caption at 90 degree.
Namespace: MindFusion.Diagramming.Wpf.Lanes
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public bool RotateTitle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property RotateTitle As Boolean |
true if the title should be rotated; otherwise, false. The default is false.
See Also