DisplayModeSmartTagDefValue

DisplayModeSmartTagDefValue enumeration

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.

public enum DisplayModeSmartTagDefValue

Values

Name Value Description
MouseIsPaused 0 Hides the group shape and text.
ShapeIsSelected 1 Displays the group shape behind member shapes.
AllTime 2 Displays the group shape in front of member shapes.
Undefined -2147483648 Undefined.

See Also