Search
Diagram.ExteriorBrush Property
See Also
 






Gets or sets the brush used for painting the area outside document bounds.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush ExteriorBrush { get; set; }

Visual Basic  Copy Code

Public Property ExteriorBrush As Brush

 Property Value

An instance of a Brush-derived class. Default value is null.

 Remarks

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.

 See Also