CADability dotNET
Constructs a hotspot to manipulate a length property

Namespace: CADability.UserInterface
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public AngleHotSpot(
	AngleProperty angleProperty
)
Visual Basic
Public Sub New ( _
	angleProperty As AngleProperty _
)
Visual C++
public:
AngleHotSpot(
	AngleProperty^ angleProperty
)

Parameters

angleProperty
Type: CADability.UserInterface..::..AngleProperty
the property to be manipulated

See Also