LabelLine Property
LabelLine returns the line format object for the label lines. Returns a LineFormat object. This is a read-only property.
Syntax
object.LabelLine
Example 1
This example demonstrates how to return the width of 3D label lines.
Debug.Print ClassedPostLayer.LabelLine.Width
Example 2
This example demonstrates how to change the classed post map label line color to blue.
ClassedPostLayer.LabelLine.ForeColorRGBA.Color = srfColorBlue
Used by: ClassedPostLayer Object, PostLayer Object
See Also