This document is archived and information here might be outdated.  Recommended version.


IMarkerFillSymbol.Style Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IMarkerFillSymbol.Style Property

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.

See Also

IMarkerFillSymbol Interface