GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoMultiTextNode Class / ItemWidth Property
In This Topic
    ItemWidth Property
    In This Topic
    Gets or sets the standard width for all items, and the wrapping width for all GoText items.
    Syntax
    [Category("Appearance")]
    [DefaultValue(-1)]
    [Description("The width for all items, and the wrapping width for all text items")]
    public virtual float ItemWidth {get; set;}

    Property Value

    After changing the value of this property, the setter calls OnItemWidthChanged to modify the widths (and possibly other properties) of the child item objects. The default value is -1, which means that the GoObject.Width property is not set on any child object.
    See Also