GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoTrapezoid Class / A Property
In This Topic
    A Property (GoTrapezoid)
    In This Topic
    Gets or sets the first of the four trapezoid's points.
    Syntax
    [Category("Bounds")]
    [TypeConverter(Northwoods.Go.GoPointFConverter)]
    [Description("The first point in this trapezoid.")]
    public PointF A {get; set;}

    Property Value

    The PointF value is in document coordinates. The initial value is (0, 0).
    See Also