ImageGear .NET
FontSize Property (IImGearARTPopupText)




Gets or sets the font size of the mark text.
Syntax
'Declaration
 
Property FontSize As Single
'Usage
 
Dim instance As IImGearARTPopupText
Dim value As Single
 
instance.FontSize = value
 
value = instance.FontSize
float FontSize {get; set;}
__property float get_FontSize();
__property void set_FontSize( 
   float value
);
property float FontSize {
   float get();
   void set (    float value);
}

Property Value

Any positive float value.
Remarks
The font size is measured in points.
See Also

Reference

IImGearARTPopupText Interface
IImGearARTPopupText Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback