DisplayModeValue Enumeration |
When it is contained in a Group element, the DisplayMode element specifies how a group shape and its members are displayed.
When it is contained in a SmartTagDef element, the 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.
Namespace:
Aspose.Diagram
Assembly:
Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum DisplayModeValue
Public Enumeration DisplayModeValue
public enum class DisplayModeValue
Members
| Member name | Value | Description |
---|
| HidesShapeText | 0 |
Hides the group shape and text.
|
| DisplaysShapeBehindMemberShapes | 1 |
Displays the group shape behind member shapes.
|
| DisplaysShapeFrontMemberShapes | 2 |
Displays the group shape in front of member shapes.
|
| Undefined | -2147483648 |
Undefined.
|
See Also