This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISimpleMarkerSymbol Interface > ISimpleMarkerSymbol.Style Property (ArcObjects .NET 10.4 SDK) |
Marker style.
[Visual Basic .NET] Public Property Style As esriSimpleMarkerStyle
[C#] public esriSimpleMarkerStyle Style {get; set;}
[C++]
HRESULT get_Style(
esriSimpleMarkerStyle* Style
);
[C++]
HRESULT put_Style(
esriSimpleMarkerStyle Style
);
[C++]
Parameters Style [out, retval]
Style is a parameter of type esriSimpleMarkerStyle Style [in]
Style is a parameter of type esriSimpleMarkerStyle
Style is the enumeration that controls the pattern used as the marker. The avaialble line options include: esriSMSCircle, esriSMSCross, esriSMSDiamond, esriSMSSquare and esriSMSX. esriSMSCircle is the default Style.