Search
Header.TitleFormat Property
See Also
 





Gets or sets the alignment of the header caption.

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

 Syntax

C#  Copy Code

public StringFormat TitleFormat { get; set; }

Visual Basic  Copy Code

Public Property TitleFormat As StringFormat

 Property Value

An instance of the .NET StringFormat class. The default is null (Nothing in Visual Basic).

 Remarks

Set this property to null to use the default (centered) alignment.

 See Also