In This Topic
Gets or sets the width of image annotation.
Syntax
'Declaration
Public Property Width As Double
'Usage
Dim instance As Image
Dim value As Double
instance.Width = value
value = instance.Width
public double Width {get; set;}
public:
property double Width {
double get();
void set ( double value);
}
See Also