This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMarkerFillSymbol Interface > IMarkerFillSymbol.Style Property (ArcObjects .NET 10.4 SDK) |
Fill style.
[Visual Basic .NET] Public Property Style As esriMarkerFillStyle
[C#] public esriMarkerFillStyle Style {get; set;}
[C++]
HRESULT get_Style(
esriMarkerFillStyle* Style
);
[C++]
HRESULT put_Style(
esriMarkerFillStyle Style
);
[C++]
Parameters Style [out, retval]
Style is a parameter of type esriMarkerFillStyle Style [in]
Style is a parameter of type esriMarkerFillStyle
Style is the enumeration that defines whether the markers are place in a grid, esriMFSGrid, or random, esriMFSRandom, pattern. esriMFSGrid is the default Style.