Search
ContainerNode.EffectiveCaptionBackBrush Property
See Also
 





Gets the effective caption back brush of the container.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush EffectiveCaptionBackBrush { get; }

Visual Basic  Copy Code

Public ReadOnly Property EffectiveCaptionBackBrush As Brush

 Property Value

An instance of Brush -derived class.

 See Also