Search
PathGradientBrush.CenterColor Property
See Also
 





Gets or sets the color at the center of the gradient path.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public Color CenterColor { get; set; }

Visual Basic  Copy Code

Public Property CenterColor As Color

 Property Value

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

 See Also