Gets or sets the style of the notches.

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

Syntax

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

See Also