This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPrincipalDigitsGridLabel Interface > IPrincipalDigitsGridLabel.SmallLabelSize Property (ArcObjects .NET 10.5 SDK) |
The font size for the small label.
[Visual Basic .NET] Public Property SmallLabelSize As Double
[C#] public double SmallLabelSize {get; set;}
[C++]
HRESULT get_SmallLabelSize(
double* Size
);
[C++]
HRESULT put_SmallLabelSize(
double Size
);
[C++]
Parameters Size [out, retval] Size is a parameter of type double Size [in] Size is a parameter of type double