ArcObjects Library Reference (Display)  

IFillProperties Interface

Provides access to members that control the general fill properties.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

IFillProperties can be used to control the XOffset, YOffset, XSeparation, and YSeparation of IMarkerFillSymbols and IPictureFillSymbols. Use the IFillSymbol interface to set additional properties.

Members

Description
Read/write property XOffset Fill offset along X-axis.
Read/write property XSeparation Fill element separation along X-axis.
Read/write property YOffset Fill offset along Y-axis.
Read/write property YSeparation Fill element separation along Y-axis.

CoClasses that implement IFillProperties

CoClasses and Classes Description
MarkerFillSymbol A fill symbol comprised of any of the supported marker symbols.
PictureFillSymbol A fill symbol based on either a BMP or an EMF picture.

See Also

IMarkerFillSymbol Interface | IMultiLayerFillSymbol Interface | IGradientFillSymbol Interface | ILineFillSymbol Interface | IFillSymbol Interface | IDotDensityFillSymbol Interface | IDotDensityFillSymbol2 Interface | IPictureFillSymbol Interface | IFillProperties Interface