[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); }
'Declaration
<DescriptionAttribute("Top position, in inches, of the middle point of the bounding box of the annotation")> Public Property Top As Single