GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoTextStyleControl Class / WrappingProperty Property
In This Topic
    WrappingProperty Property
    In This Topic
    Gets or sets the particular Northwoods.Go.GoObject property to modify.
    Syntax
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public int WrappingProperty {get; set;}

    Property Value

    This integer should be a Northwoods.Go.GoObject.Changed subhint, as used by Northwoods.Go.GoChangedEventArgs.Northwoods.Go.GoChangedEventArgs.SubHint. By default this is Northwoods.Go.GoText.ChangedWrapping.
    See Also