Gets or sets the brush used for painting the area outside document 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 Brush-derived class. Default value is null.
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.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |