Search
DiagramPage.TitleColor Property
See Also
 





Gets or sets the color of the title when the title is displayed.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Color TitleColor { get; set; }

Visual Basic  Copy Code

Public Property TitleColor As Color

 Property Value

A .NET Color object.

 See Also