This document is archived and information here might be outdated. Recommended version. |
Value of each dot.
[Visual Basic .NET]
Public Property DotValue As Double
[C#]
public double DotValue {get; set;}
[C++]
HRESULT get_DotValue(
System.Double* Value
);
[C++]
HRESULT put_DotValue(
double Value
);
[C++] Parameters Value [out, retval]
Value is a parameter of type double* Value [in]
Value is a parameter of type double
This property controls how many dots will be placed in each polygon. As DotValue increases, fewer dots will be placed in each polygon. Conversely, use a smaller DotValue to place more dots in each polygon. Customarily, a round number is used for this value.