GoDiagram Web Reference
FromArrowShaftLength Property (GoStroke)

Gets or sets the length of the shaft of the arrowhead at the start of this stroke.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<CategoryAttribute("Appearance")>
<DescriptionAttribute("The length of the arrow along the shaft at the start of this stroke.")>
Public Overridable Property FromArrowShaftLength As Single
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
[DescriptionAttribute("The length of the arrow along the shaft at the start of this stroke.")]
public virtual float FromArrowShaftLength {get; set;}

Property Value

The default value is 8. A negative value, along with a negative value for the arrow length, will produce an arrowhead that points inward instead of outward.
Remarks
The shaft length is the length of the arrowhead on the shaft. You can make the arrowhead diamond shaped by having the shaft length twice the arrow length. A shaft length of zero will result in an arrowhead with no interior to fill with the System.Drawing.Brush.
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
FromArrow Property
FromArrowStyle Property
FromArrowEndPoint Property
FromArrowAnchorPoint Property
FromArrowLength Property
FromArrowWidth Property
FromArrowFilled Property

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback