GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoText Class / FamilyName Property
In This Topic
    FamilyName Property
    In This Topic
    Gets or sets the font family face name.
    Syntax
    [Category("Appearance")]
    [Description("The font family face name.")]
    public virtual string FamilyName {get; set;}

    Property Value

    Initially this is the value of DefaultFontFamilyName. Setting this value to null will result in the use of that default. If AutoResizes is true, setting this property will resize this object to fit the text; otherwise if AutoRescales is true, setting this property will change the font size so that the text fits the bounds.
    See Also