GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoText Class / Text Property
In This Topic
    Text Property (GoText)
    In This Topic
    Gets or sets the string that this text object displays.
    Syntax
    [Category("Appearance")]
    [DefaultValue("")]
    [Description("The string that this text object displays.")]
    public virtual string Text {get; set;}

    Property Value

    This defaults to the empty string. Setting this property to a null/nothing value will result in using an empty string instead. 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