In This Topic
Gets or sets the height of the Image annotation.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(100)>
Public Property Height As System.Single
'Usage
Dim instance As Image
Dim value As System.Single
instance.Height = value
value = instance.Height
[System.ComponentModel.DefaultValue(100)]
public System.float Height {get; set;}
public read-write property Height: System.Single;
System.ComponentModel.DefaultValueAttribute(100)
public function get,set Height : System.float
[System.ComponentModel.DefaultValue(100)]
public: __property System.float get_Height();
public: __property void set_Height(
System.float value
);
[System.ComponentModel.DefaultValue(100)]
public:
property System.float Height {
System.float get();
void set ( System.float value);
}
See Also