In This Topic

Top Property (Annotation)

In This Topic
Top position, in inches, of the middle point of the bounding box of the annotation.
Syntax
'Declaration
 
<DescriptionAttribute("Top position, in inches, of the middle point of the bounding box of the annotation")>
Public Property Top As Single
[Description("Top position, in inches, of the middle point of the bounding box of the annotation")]
public float Top {get; set;}
public read-write property Top: Single; 
DescriptionAttribute("Top position, in inches, of the middle point of the bounding box of the annotation")
public function get,set Top : float
[Description("Top position, in inches, of the middle point of the bounding box of the annotation")]
public: __property float get_Top();
public: __property void set_Top( 
   float value
);
[Description("Top position, in inches, of the middle point of the bounding box of the annotation")]
public:
property float Top {
   float get();
   void set (    float value);
}
See Also