GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoText Class / Multiline Property
In This Topic
    Multiline Property (GoText)
    In This Topic
    Gets or sets whether the text is displayed in multiple lines, according to any NewLine character sequences in the text string.
    Syntax
    [Category("Appearance")]
    [DefaultValue(false)]
    [Description("Whether the text will be displayed as multiple lines of text.")]
    public virtual bool Multiline {get; set;}

    Property Value

    This defaults to false.
    Remarks
    If this is false, any text after the first NewLine is ignored. 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