Search
LinkLabel.TextBrush Property
See Also
 





Gets or sets the brush used to draw the label's text.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush TextBrush { get; set; }

Visual Basic  Copy Code

Public Property TextBrush As Brush

 Property Value

An instance of a MindFusion.Drawing.Brush-derived class.

 See Also