Predefines some arrow types that can be used together with Create(ArrowType, IPoint, IPoint, Pen, Brush)
Namespace: yWorks.yFiles.UI.DrawingAssembly: 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 name | Description | ||
|---|---|---|---|
| Default | 1 | Default arrow | |
| Simple | 2 | Simple arrow | |
| Short | 3 | Short arrow | |
| Diamond | 4 | Diamond shaped arrow | |
| None | 5 | No arrow | |
| Circle | 6 | Circular shaped arrow | |
| Cross | 7 | Cross shaped arrow | |
| Triangle | 8 | Triangular shaped arrow |