Gets or sets value that indicates whether smoothing will be applied.

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

Syntax

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

See Also