Gets or sets the brush used to paint the caption area of this table.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Brush CaptionBackBrush { get; set; } |
Visual Basic Copy Code |
---|
Public Property CaptionBackBrush As Brush |
An instance of a MindFusion.Drawing.Brush-derived class. The default is null (Nothing in Visual Basic).
This property refers to a brush object used to paint the interior of the caption area. An instance of one of the following classes can be assigned to it: HatchBrush, LinearGradientBrush, PathGradientBrush, SolidBrush or TextureBrush, all located in the MindFusion.Drawing namespace. If there is no brush assigned to this property, the caption area is painted using the Brush property of the TableNode class.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |