ArrowStyle Enum
Definition
Specifies styles for an arrow annotation.
public enum class ArrowStyle
public enum ArrowStyle
type ArrowStyle =
Public Enum ArrowStyle
- Inheritance
Fields
DoubleArrow | 1 | An arrow that points in two directions. |
Simple | 0 | A simple one-pointed arrow. |
Tailed | 2 | An arrow with a tail. |