ImageGear .NET - Updated
FontSize Property (ImGearARTButton)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTButton Class : FontSize Property
Gets or sets the size of the font in points.
Syntax
'Declaration
 
Public Property FontSize As Single
'Usage
 
Dim instance As ImGearARTButton
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

Any float positive value.
See Also

Reference

ImGearARTButton Class
ImGearARTButton Members