Gets or sets the brush used to draw the label of this item.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public Brush LabelBrush { get; set; } |
Visual Basic Copy Code |
---|
Public Property LabelBrush As Brush |
An instance of a MindFusion.Drawing.Brush-derived class. The default value is null (Nothing in Visual Basic).
It this property is set to null, the label is rendered using the TextBrush value of the parent node.