CADability dotNET
The AngleProperty type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AngleProperty(String, IFrame, Boolean) |
Constructs an AngleProperty.
|
![]() | AngleProperty(Object, String, String, IFrame, Boolean) |
Constructs an AngleProperty. The provided and PropertyName
gives direct access (via reflection) to a (public read and write) property of the object to immediately
modify the angle without any forther action required.
|
Methods
Fields
Name | Description | |
---|---|---|
![]() | UserData |
UserData assoziated with this object.
|
Properties
Name | Description | |
---|---|---|
![]() | Highlight |
Specifies whether this entry is highlighted. The label of an highlighted entry will be displayed in a bold typeface.
|
![]() | IsSelected |
Get or sets the selected state. If selected this entry will be focused for input.
|
![]() | LabelType |
Overrides LabelType (Overrides IShowPropertyImpl..::..LabelType.) |
![]() | Lockable |
Specifies whether the lock symbol is displayed next to the edit box.
|
![]() | Locked |
Specifies whether the entry is locked. The meaning of locking is up to the user of this property. When modified
a LockedChangedEvent will be raised.
|
![]() | ReadOnly |
Gets or sets the reodonly property. If readonly is true the value cannot be modified.
|
![]() | ShowMouseButton |
Currently not implemented
|
Events
Name | Description | |
---|---|---|
![]() | GetAngleEvent |
Event which is raised when this object needs to know the current value of the angle
|
![]() | LockedChangedEvent |
Event that will be raised after the locked state changed.
|
![]() | ModifyWithMouseEvent |
Event which will be raised when the user is modifying the angular value with the mouse
|
![]() | SetAngleEvent |
Event which is raised when this object indicates a new value for the angle
|