GoDiagram Web Reference
C Property (GoTriangle)

Gets or sets this triangle's third point.
Syntax
'Declaration
 
<CategoryAttribute("Bounds")>
<DescriptionAttribute("The third of three points in this triangle.")>
<TypeConverterAttribute("Northwoods.GoWeb.GoPointFConverter, Northwoods.GoWeb, Version=5.0.0.45, Culture=neutral, PublicKeyToken=a4e3b7b70161cfe8")>
Public Property C As PointF
[CategoryAttribute("Bounds")]
[DescriptionAttribute("The third of three points in this triangle.")]
[TypeConverterAttribute("Northwoods.GoWeb.GoPointFConverter, Northwoods.GoWeb, Version=5.0.0.45, Culture=neutral, PublicKeyToken=a4e3b7b70161cfe8")]
public PointF C {get; set;}

Property Value

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoTriangle Class
GoTriangle Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback