MindFusion.Charting for WebForms Programmer's Guide
PathGradientBrush.CenterColor Property
See Also
 



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

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

PathGradientBrush Members
PathGradientBrush Class
MindFusion.Drawing Namespace