SmartTagDef class

SmartTagDef class

Contains elements that contain information for each smart tag defined for a shape or page.

The SmartTagDef type exposes the following members:

Constructors

ConstructorDescription
SmartTagDef()Constructor.

Properties

PropertyDescription
nameThe name of the element.
name_uThe universal name of the element.
idThe unique ID of the element within its parent element.
xThe x-coordinate position in the shape’s local coordinates around which the smart tag button is placed.
yThe y-coordinate position in the shape’s local coordinates around which the smart tag button is placed.
tag_nameIt contains the name of the smart tag that is used as a key to associate the smart tag with its actions.
x_justifyThe x-offset of the smart tag button relative to the point defined by the X and Y elements.
y_justifySpecifies the y-offset of the smart tag button relative to the point defined by the X and Y elements.
display_modeDisplayMode 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.
button_faceIt contains the ID of the button face image that appears on the smart tag button.
disabledDisabled element determines whether the smart tag appears in the drawing window.
descriptionDescription element contains a string that describes the smart tag, which appears as a tool tip when the user pauses the mouse over the tag.

See Also