Gets or sets value that indicates whether superposable labels will be shown.

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

Syntax

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

See Also