ImageGear .NET v24.12 - Updated
Height Property (IImGearARTPopupText)




ImageGear24.Art Assembly > ImageGear.ART Namespace > IImGearARTPopupText Interface : Height Property
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