Gets or sets color of the pen used for border drawing.

Namespace:  Greatis.PrintSuite.Providers
Assembly:  Greatis.PrintSuite.Providers.Grids (in Greatis.PrintSuite.Providers.Grids.dll)

Syntax

Visual Basic (Declaration)
Public Property Color As Color
C#
public Color Color { get; set; }
Visual C++
public:
property Color Color {
	Color get ();
	void set (Color value);
}
JavaScript
function get_color();
function set_color(value);

See Also