Charting for WinForms Programmer's Guide
PathGradientBrush.SurroundingColor Property
See Also
 






Gets or sets the color drawn at the borders of the gradient path.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public Color SurroundingColor { get; set; }

Visual Basic  Copy Code

Public Property SurroundingColor As Color

 Property Value

Instance of .NET Color structure that represents the color at the border of the path gradient.

 See Also

PathGradientBrush Members
PathGradientBrush Class
MindFusion.Drawing Namespace