Search
PathGradientBrush.SurroundingColor Property
See Also
 





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

Namespace: MindFusion.Drawing
Package: 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