GoDiagram Web Reference
FromArrow Property (GoStroke)

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

Property Value

The default value is false.
Remarks
The arrow will be located near the first 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
FromArrowStyle Property
FromArrowEndPoint Property
FromArrowAnchorPoint Property
FromArrowLength Property
FromArrowShaftLength Property

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback