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

    Property Value

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