Search
DiagramPage.TitleColor Property
See Also
 





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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Color TitleColor { get; set; }

Visual Basic  Copy Code

Public Property TitleColor As Color

 Property Value

A Microsoft.Maui.Graphics.Color instance.

 See Also