In This Topic

Height Property (Annotation)

In This Topic
Height, in inches, of the bounding box of the annotation.
Syntax
'Declaration

 

<DescriptionAttribute("Height, in inches, of the bounding box of the annotation")>

Public Property Height As Single
[Description("Height, in inches, of the bounding box of the annotation")]

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

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

public: __property float get_Height();

public: __property void set_Height( 

   float value

);
[Description("Height, in inches, of the bounding box of the annotation")]

public:

property float Height {

   float get();

   void set (    float value);

}
See Also