Xamarin Pack Programmer's Guide
Header.TitleFont Property
See Also
 






Gets or sets the font of the header caption.

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

 Syntax

C#  Copy Code

public Nullable<Font> TitleFont { get; set; }

Visual Basic  Copy Code

Public Property TitleFont As Nullable(Of Font)

 Property Value

A Font object. The default is null.

 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.Lanes Namespace