ImageGear for .NET
FontSize Property (ImGearARTTextCallout)




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

Property Value

Integer value.
See Also

Reference

ImGearARTTextCallout Class
ImGearARTTextCallout Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback