GoDiagram Web Reference
ToArrow Property (GoStroke)

Gets or sets whether an arrow is drawn at the end of this stroke.
Syntax
'Declaration
 
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<DescriptionAttribute("Whether an arrow is drawn at the end of this stroke.")>
Public Overridable Property ToArrow As Boolean
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[DescriptionAttribute("Whether an arrow is drawn at the end of this stroke.")]
public virtual bool ToArrow {get; set;}

Property Value

The default value is false.
Remarks
The arrow will be located near the last point of the stroke. By default this will be an arrowhead drawn pointing out with a thin pen and filled with the stroke's System.Drawing.Brush, which defaults to Brushes.Black.
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

GoStroke Class
GoStroke Members
ToArrowStyle Property
ToArrowEndPoint Property
ToArrowAnchorPoint Property
ToArrowLength Property
ToArrowShaftLength Property
ToArrowWidth Property
ToArrowFilled Property
FromArrow Property

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback