This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IL > ILineFillSymbol Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control the line fill symbol.
ILineFillSymbol is used to draw a fill comprised of line symbols. Any type of line symbol supported by the ILineSymbol interface can be used. Angle, Separation and Offset can be specified to further customize the look of the symbol. Use the IFillSymbol interface to set additional properties for ILineFillSymbols.
Description | ||
---|---|---|
Angle | Line symbol angle within fill. | |
Color | Fill color. | |
LineSymbol | Line symbol used for fill. | |
Offset | Line fill offset. | |
Outline | Line symbol of fill outline. | |
Separation | Line symbol separation within fill. |
Interfaces | Description |
---|---|
IFillSymbol | Provides access to members that control fill symbols. |
CoClasses and Classes | Description |
---|---|
LineFillSymbol | A fill symbol comprised of any of the supported line symbols. |
The Angle property indicates the number of degrees between the LineSymbol and a horizontal line and defaults to 0.
The first line will always be drawn through the origin (0,0) of the container's coordinate system, unless the Offset property is set to a value other than zero. This means that line fill symbols can be aligned or offset as required between multiple shapes.
The Separation property, which is in points, determines the frequency of the line symbols within the areal feature. If the Spearation is less than the LineSymbol's Width, the lines will overlap, but a Separation greater than the Width will leave a transparent area between the LineSymbols, through which underlying symbols' elements can be seen.
IDotDensityFillSymbol Interface | IMarkerFillSymbol Interface | ILineFillSymbol Interface | IGradientFillSymbol Interface | IFillSymbol Interface | IDotDensityFillSymbol2 Interface | IFillProperties Interface | IPictureFillSymbol Interface | IMultiLayerFillSymbol Interface