This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IA > IArrowMarkerSymbol Interface > IArrowMarkerSymbol.Style Property (ArcObjects .NET 10.4 SDK) |
Arrow marker style.
[Visual Basic .NET] Public Property Style As esriArrowMarkerStyle
[C#] public esriArrowMarkerStyle Style {get; set;}
[C++]
HRESULT get_Style(
esriArrowMarkerStyle* Style
);
[C++]
HRESULT put_Style(
esriArrowMarkerStyle Style
);
[C++]
Parameters Style [out, retval]
Style is a parameter of type esriArrowMarkerStyle Style [in]
Style is a parameter of type esriArrowMarkerStyle
Style is the enumeration that defines the shape of the arrowhead. There is only one option: esriAMSPlain. esriAMSPlain is the default Style.