Description
The Label object associated with this object.
-
Property type
-
A McGraphObjText object.
-
Syntax
-
object.LabelObject
The LabelObject Property syntax has these parts: |
| object | An expression evaluating to an object of type McGraphObj. | Remarks
If no LabelObject exists when this property is accessed, then one is created. An attempt is made to copy the LabelObject and label-related Style from this object's Template Object. If there is no label associated with the Template Object, then a label Style of mcgsLabelCenter is set. The state of the mcgsLabelHidden Style bit is not changed.
|