GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoText Class / Font Property
In This Topic
    Font Property
    In This Topic
    Gets the Font currently being used by this text object.
    Syntax
    [Browsable(false)]
    public Font Font {get; set;}
    Remarks
    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