GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoText Class / Wrapping Property
In This Topic
    Wrapping Property (GoText)
    In This Topic
    Gets or sets whether the text is wrapped when the text reaches the wrapping width.
    Syntax
    [Category("Appearance")]
    [DefaultValue(false)]
    [Description("Whether the text is wrapped.")]
    public virtual bool Wrapping {get; set;}

    Property Value

    This defaults to false.
    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