Defines position of an annotation
Visual Basic |
---|
Public Property Top As Single |
Each label object is drawn within a rectangle, of size Width x Height, with its top-left corner defined by Top and Left.
Measurement units are pixels, but there are several variations:
If Height or Width are zero for text labels, then the lower-right is set to the lower-right corner of the display area or image as appropriate.
Lines are drawn from the top left to the “bottom-right” as defined above, but as Weight and Width may be negative or zero, any line is possible.
These properties are not used for PolyLine and Polygon types.