DynFeedback
Contents
[
Hide
]DynFeedback class
Specifies the type of visual feedback provided to users when they drag a connector. When the mouse button is released, the resulting connector shape is not affected by this setting. This element does not apply to routable connectors.
Constructors
| Name | Description |
|---|---|
| DynFeedback | Constructor. |
Properties
| Name | Type | Description |
|---|---|---|
| Value | int | Specifies the type of visual feedback provided to users when they drag a connector. When the mouse button is released, t |
| Ufe | UnitFormulaErr | Specifies attributes of an element. |
Methods
| Name | Description |
|---|---|
| equals | Are objects equal. |
| hashCode | Serves as a hash function for a particular type. |
DynFeedback(value)
Constructor.
| Parameter | Type | Description |
|---|---|---|
| value | int | A DynFeedbackValue value. |
DynFeedback.Value property
Specifies the type of visual feedback provided to users when they drag a connector. When the mouse button is released, the resulting connector shape is not affected by this setting. This element does not apply to routable connectors. The value of the property is DynFeedbackValue integer constant.
Type: int
DynFeedback.Ufe property
Specifies attributes of an element.
Type: UnitFormulaErr
equals(value)
Are objects equal.
| Parameter | Type | Description |
|---|---|---|
| value | Object |
hashCode()
Serves as a hash function for a particular type.