Predefines some arrow types that can be used together with Create(ArrowType, Color) methods
Namespace: yWorks.yFiles.UI.DrawingAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public enum ArrowType |
| Visual Basic |
|---|
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 |