ArcObjects Library Reference (Carto)  

IPrincipalDigitsGridLabel.SmallLabelSize Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPrincipalDigitsGridLabel Interface