Gets or sets the brush of the title when the title is displayed. This is a dependency property.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Brush TitleBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TitleBrush As Brush |
A Brush object.
See Also