This property is deprecated. Specifies the arrow type used to represent the geometric element.
Read-write property
[Visual Basic .NET] |
---|
Public Property ArrowType() As AgEArrowType |
[C#] |
---|
public AgEArrowType ArrowType {get; set;} |
[Managed C++] |
---|
public: __property AgEArrowType get_ArrowType(); |
[Unmanaged C++] |
---|
public: HRESULT get_ArrowType( AgEArrowType * pVal ); public: HRESULT put_ArrowType( AgEArrowType pVal ); |
[Java] |
---|
public AgEArrowType getArrowType(); public void setArrowType( AgEArrowType ); |