ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / IImGearARTRuler Interface / FontSize Property




In This Topic
    FontSize Property (IImGearARTRuler)
    In This Topic
    Gets or sets the font size of the text font.
    Syntax
    'Declaration
     
    Property FontSize As Single
    'Usage
     
    Dim instance As IImGearARTRuler
    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.
    See Also