GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObject Class / Left Property
In This Topic
    Left Property
    In This Topic
    Gets or sets this object's left coordinate, the X position.
    Syntax
    [Category("Bounds")]
    [Description("The coordinate of the left side of the Bounds.")]
    public float Left {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