Gets or sets the default value for the Brush property of tables.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Brush TableBrush { get; set; } |
Visual Basic Copy Code |
---|
Public Property TableBrush As Brush |
An instance of a MindFusion.Drawing.Brush -derived class.
The property provides a default value for the brush, with which a table' interior is filled. The Brush property of new tables is initialized with a clone of TableBrush, but after table creation the properties are independent - changing one of them does not change the other.
In ASP.NET control's ImageMap mode, this property also specifies the color that fills the DIV element representing the new node being drawn.
Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
Brush and Pen Classes
TablePen Property
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |