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


IFillProperties Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IF > IFillProperties Interface
ArcGIS Developer Help

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

Name 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.

Classes that implement IFillProperties

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

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