MindFusion.Charting for WebForms Programmer's Guide
Pen.Color Property
See Also
 



Gets or sets the color of this pen.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public Color Color { get; set; }

Visual Basic  Copy Code

Public Property Color As Color

 Property Value

An instance of the .NET Color structure that represents the color of this pen.

 See Also

Pen Members
Pen Class
MindFusion.Drawing Namespace