Provides access to further properties of a data driven symbol commonly used with a dot density renderer.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
BackgroundColor | The background color. | |
Color | Fill color. | |
DotCount | The number of dots used to fill. | |
DotSize | The size of dots used to fill. | |
DotSpacing | The distance between dot centers, expressed as a percentage of dot size. | |
FixedPlacement | Indicates if the dots are always placed at the same location (the alternative is random placement). | |
Outline | Line symbol of fill outline. | |
RandomSeed | Defines how the random generator is initialized to draw dots randomly. |
Inherited Interfaces
Interfaces | Description |
---|---|
IDotDensityFillSymbol | Provides access to the main properties of a data driven symbol commonly used with a dot density renderer. |
IFillSymbol | Provides access to members that control fill symbols. |
CoClasses that implement IDotDensityFillSymbol2
CoClasses and Classes | Description |
---|---|
DotDensityFillSymbol | Defines a dot density fill symbol, a data driven symbol commonly used with the dot density renderer. |
Remarks
IDotDensityFillSymbol2 extends the IDotDensityFillSymbol Interface to provide access to the Random Seed property used to generate the dot patterns in the fill symbol.
See Also
IMultiLayerFillSymbol Interface | IDotDensityFillSymbol2 Interface | IFillSymbol Interface | IPictureFillSymbol Interface | ILineFillSymbol Interface | IDotDensityFillSymbol Interface | IFillProperties Interface | IGradientFillSymbol Interface | IMarkerFillSymbol Interface | IDotDensityMasking Interface