Gets or sets a value indicating whether to fill interior of nodes with their Brush.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls
C# Copy Code |
---|
public bool DisplayInterior { get; set; } |
Visual Basic Copy Code |
---|
Public Property DisplayInterior As Boolean |
true to fill interior of nodes with color; otherwise, false. The default is true.