Predefines some arrow types that can be used together with Create(ArrowType, IPoint, IPoint, Pen, Brush)

Namespace: yWorks.yFiles.UI.Drawing
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
[ObfuscationAttribute(StripAfterObfuscation = false, Exclude = true, 
	ApplyToMembers = true)]
public enum ArrowType
Visual Basic
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True,  _
	ApplyToMembers := True)> _
Public Enumeration ArrowType

Members

Member nameDescription
Default1 Default arrow
Simple2 Simple arrow
Short3 Short arrow
Diamond4 Diamond shaped arrow
None5 No arrow
Circle6 Circular shaped arrow
Cross7 Cross shaped arrow
Triangle8 Triangular shaped arrow

See Also