DynFeedbackValue

DynFeedbackValue enumeration

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.

public enum DynFeedbackValue

Values

Name Value Description
RemainStraight 0 Remain straight (no legs).
ShowThreeLegs 1 Show three legs when dragged.
ShowFiveLegs 2 Show five legs when dragged.
Undefined -2147483648 Undefined.

See Also