Gets or sets the brush used to paint the caption bar of this container.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Brush CaptionBackBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CaptionBackBrush As Brush |
An instance of Brush -derived class.
See Also