Search
DiagramPage.TitleBrush Property
See Also
 






Gets or sets the brush of the title when the title is displayed. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush TitleBrush { get; set; }

Visual Basic  Copy Code

Public Property TitleBrush As Brush

 Property Value

A Brush object.

 See Also