Gets or sets the brush used to paint the table caption.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Brush CaptionBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CaptionBrush As Brush |
An instance of a Brush-derived class.
RemarksUse the property to make table caption more distinguished.
See Also