asposediagram.api

Class DisplayModeSmartTagDefValue

Utility class containing constants. DisplayMode element determines whether the smart tag appears when the user pauses the mouse over the tag, when the shape is selected, or all the time.

Field Summary
const  intMOUSE_IS_PAUSED
Hides the group shape and text.
const  intSHAPE_IS_SELECTED
Displays the group shape behind member shapes.
const  intALL_TIME
Displays the group shape in front of member shapes.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • MOUSE_IS_PAUSED

        const int MOUSE_IS_PAUSED
        Hides the group shape and text.
      • SHAPE_IS_SELECTED

        const int SHAPE_IS_SELECTED
        Displays the group shape behind member shapes.
      • ALL_TIME

        const int ALL_TIME
        Displays the group shape in front of member shapes.
      • UNDEFINED

        const int UNDEFINED
        Undefined.