Gets or sets Bevel which sets the drawing style of the bevel around the instrument.

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

Syntax

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

See Also