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

    Property Value

    The PointF value is in document coordinates. The initial value is (10, 0).
    Remarks
    A. C.
    See Also