GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoText Class / DefaultFontSize Property
In This Topic
    DefaultFontSize Property
    In This Topic
    Gets or sets the font size used when constructing a GoText object.
    Syntax
    [Description("The initial font size for newly constructed GoText objects.")]
    public static float DefaultFontSize {get; set;}

    Property Value

    This defaults to 10.
    See Also