This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDotDensityFillSymbol Interface > IDotDensityFillSymbol.DotSpacing Property (ArcObjects .NET 10.4 SDK) |
The distance between dot centers, expressed as a percentage of dot size.
[Visual Basic .NET] Public Property DotSpacing As Double
[C#] public double DotSpacing {get; set;}
[C++]
HRESULT get_DotSpacing(
double* DotSpacing
);
[C++]
HRESULT put_DotSpacing(
double DotSpacing
);
[C++]
Parameters DotSpacing [out, retval] DotSpacing is a parameter of type double DotSpacing [in] DotSpacing is a parameter of type double
DotSpacing is expressed as a percentage of dot size, where 100% means that dots can just touch and 0% means that dots can completely overlap. The default is 0%.
You can set a DotSpacing of greater than 100% to enforce a gap between dots.
set_DotSpacing is currently not implemented .