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

    Property Value

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