ImageGear for .NET
Height Property (IImGearARTPopupText)




Gets or sets the height of the mark's rectangle.
Syntax
'Declaration
 
Property Height As Integer
'Usage
 
Dim instance As IImGearARTPopupText
Dim value As Integer
 
instance.Height = value
 
value = instance.Height
int Height {get; set;}
__property int get_Height();
__property void set_Height( 
   int value
);
property int Height {
   int get();
   void set (    int value);
}

Property Value

Integer value.
See Also

Reference

IImGearARTPopupText Interface
IImGearARTPopupText Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback