In This Topic

Left Property (Annotation)

In This Topic
Left position, in inches, of the middle point of the bounding box of the annotation.
Syntax
'Declaration

 

<DescriptionAttribute("Left position, in inches, of the middle point of the bounding box of the annotation")>

Public Property Left As Single
[Description("Left position, in inches, of the middle point of the bounding box of the annotation")]

public float Left {get; set;}
public read-write property Left: Single; 
DescriptionAttribute("Left position, in inches, of the middle point of the bounding box of the annotation")

public function get,set Left : float
[Description("Left position, in inches, of the middle point of the bounding box of the annotation")]

public: __property float get_Left();

public: __property void set_Left( 

   float value

);
[Description("Left position, in inches, of the middle point of the bounding box of the annotation")]

public:

property float Left {

   float get();

   void set (    float value);

}
See Also