Gets or sets the brush used for painting the area outside Bounds.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Brush ExteriorBrush { get; set; } |
Visual Basic Copy Code |
---|
Public Property ExteriorBrush As Brush |
An instance of a MindFusion.Drawing.Brush-derived class. Default value is null (Nothing in Visual Basic).
If ExteriorBrush is set to null, the BackBrush is used to paint the areas both inside and outside Bounds. In order to scroll the exterior filling and the background image consistently, ExteriorBrush can be used only with document-relative BackgroundImageAlign.
Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
Brush and Pen Classes
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |