Gets or sets RectangleBevelDrawingStyle which represents the bevel drawing style.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public RectangleBevelDrawingStyle DrawingStyle { get; set; }
Visual Basic (Declaration)
Public Property DrawingStyle As RectangleBevelDrawingStyle
Visual C++
public:
property RectangleBevelDrawingStyle DrawingStyle {
	RectangleBevelDrawingStyle get ();
	void set (RectangleBevelDrawingStyle value);
}

See Also