ImageGear .NET
FontSize Property (IImGearARTPolyRuler)




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

Property Value

Any positive float value.
See Also

Reference

IImGearARTPolyRuler Interface
IImGearARTPolyRuler Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback