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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Style is the enumeration that defines whether the markers are place in a grid, esriMFSGrid, or random, esriMFSRandom, pattern. esriMFSGrid is the default Style.