CADability dotNET
Constructs an AngleProperty.

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

Syntax

C#
public AngleProperty(
	string resourceId,
	IFrame Frame,
	bool autoModifyWithMouse
)
Visual Basic
Public Sub New ( _
	resourceId As String, _
	Frame As IFrame, _
	autoModifyWithMouse As Boolean _
)
Visual C++
public:
AngleProperty(
	String^ resourceId, 
	IFrame^ Frame, 
	bool autoModifyWithMouse
)

Parameters

resourceId
Type: System..::..String
The resource id (StringTable) for the label in the control center
Frame
Type: CADability..::..IFrame
The frame in which this property is used
autoModifyWithMouse
Type: System..::..Boolean
Allows automatic modification by mouse movement

See Also