asposediagram.api

Class DynFeedbackValue

Utility class containing constants. 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.

Field Summary
const  intREMAIN_STRAIGHT
Remain straight (no legs).
const  intSHOW_THREE_LEGS
Show three legs when dragged.
const  intSHOW_FIVE_LEGS
Show five legs when dragged.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • REMAIN_STRAIGHT

        const int REMAIN_STRAIGHT
        Remain straight (no legs).
      • SHOW_THREE_LEGS

        const int SHOW_THREE_LEGS
        Show three legs when dragged.
      • SHOW_FIVE_LEGS

        const int SHOW_FIVE_LEGS
        Show five legs when dragged.
      • UNDEFINED

        const int UNDEFINED
        Undefined.