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

    Property Value

    This defaults to "Microsoft Sans Serif". The value must not be null.
    See Also