Gets or sets the alignment of the header caption.
Namespace: MindFusion.Diagramming.Wpf.Lanes
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public StringFormat TitleFormat { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TitleFormat As StringFormat |
An instance of the StringFormat class. The default is null (Nothing in Visual Basic).
RemarksSet this property to null to use the default (centered) alignment.
See Also