Gets or sets style 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 Style As DashStyle
C#
public DashStyle Style { get; set; }
Visual C++
public:
property DashStyle Style {
	DashStyle get ();
	void set (DashStyle value);
}
JavaScript
function get_style();
function set_style(value);

See Also