GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoText Class / FontSize Property
In This Topic
    FontSize Property (GoText)
    In This Topic
    Gets or sets the font size.
    Syntax
    [Category("Appearance")]
    [Description("The text font size, in points")]
    public virtual float FontSize {get; set;}

    Property Value

    This value is in units of text points. Initially this is the value of DefaultFontSize.
    Remarks
    Setting this property when AutoResizes is true will cause this object's bounds to be updated to fit the text.
    See Also