Implements DockingType.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

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

Implements

IDockable..::.DockingType

See Also