Gets or sets the font of the header caption.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Font TitleFont { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TitleFont As Font |
An instance of the Font class. The default is null.
RemarksIf this property is set to null, the header text will be rendered using the diagram's Font.
See Also