Implements Dock.

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

Syntax

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

Implements

IScaleElement..::.Dock

See Also