Search
DiagramItem.EffectiveTextBrush Property
See Also
 





Gets the effective text brush of the item.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush EffectiveTextBrush { get; }

Visual Basic  Copy Code

Public ReadOnly Property EffectiveTextBrush As Brush

 Property Value

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

 Remarks

Returns a Brush instance used to paint the item's text. This value comes from the TextBrush property if it is set, or is derived from either the item's Style or the current diagram Theme.

 See Also