CADability dotNET
This object is used as an entry in a tab page of the ControlCenter to display and manipulte the value of an angular entity.

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

Syntax

C#
public class AngleProperty : IShowPropertyImpl, 
	IWindowlessControl, IConstructProperty, ICommandHandler
Visual Basic
Public Class AngleProperty _
	Inherits IShowPropertyImpl _
	Implements IWindowlessControl, IConstructProperty, ICommandHandler
Visual C++
public ref class AngleProperty : public IShowPropertyImpl, 
	IWindowlessControl, IConstructProperty, ICommandHandler

Inheritance Hierarchy

System..::..Object
  CADability.UserInterface..::..IShowPropertyImpl
    CADability.UserInterface..::..AngleProperty

See Also