GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObject Class / Width Property
In This Topic
    Width Property (GoObject)
    In This Topic
    Gets or sets this object's width.
    Syntax
    [Category("Bounds")]
    [Description("The width of the Bounds.")]
    public float Width {get; set;}

    Property Value

    The float value is in document coordinates.
    Remarks
    This is just a convenience property that operates on this object's Bounds.
    See Also