This document is archived and information here might be outdated. Recommended version. |
The minimum symbol size. It is specified as a percentage of the tile.
[Visual Basic .NET]
Public Property MinimumSymbolSize As Double
[C#]
public double MinimumSymbolSize {get; set;}
[C++]
HRESULT get_MinimumSymbolSize(
System.Double* pValue
);
[C++]
HRESULT put_MinimumSymbolSize(
double pValue
);
[C++] Parameters pValue [out, retval]
pValue is a parameter of type double* pValue [in]
pValue is a parameter of type double