ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTNote Class / FontSize Property




In This Topic
    FontSize Property (ImGearARTNote)
    In This Topic
    Gets or sets the font size of the text of the mark.
    Syntax
    'Declaration
     
    Public Property FontSize As Single
    'Usage
     
    Dim instance As ImGearARTNote
    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 positive float value.
    Remarks
    The font size is measured in points.
    See Also