Gets or sets the path points of the polyline at run-time.
Visual Basic (Declaration) | |
---|---|
Public Overridable Property Path As GraphicsPath |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual GraphicsPath Path {get; set;} |
Return Value
A
A GraphicsPath object with the polyline shape.
A polyline must use coordinates relative to the annotation object, where 0,0 is the top-left coordinate and 100,100 is the bottom-right coordinate of the annotation.
This property is not accessible at design time (at design-time use the PathPoints property instead).
A polyline must use coordinates relative to the annotation object, where 0,0 is the top-left coordinate and 100,100 is the bottom-right coordinate of the annotation.
This property is not accessible at design time (at design-time use the PathPoints property instead).
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family