MindFusion.Wpf Pack Programmer's Guide
Header.TitleFont Property
See Also
 





Gets or sets the font of the header caption.

Namespace: MindFusion.Diagramming.Wpf.Lanes
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Font TitleFont { get; set; }

Visual Basic  Copy Code

Public Property TitleFont As Font

 Property Value

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

 Remarks

If this property is set to null, the header text will be rendered using the diagram's Font.

 See Also

Header Members
Header Class
MindFusion.Diagramming.Wpf.Lanes Namespace