Search
Diagram.ExteriorBrush Property
See Also
 





Gets or sets the brush used for painting the area outside Bounds.

Namespace: MindFusion.Diagramming
Package: 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 MindFusion.Drawing.Brush-derived class. Default value is null (Nothing in Visual Basic).

 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