ArcObjects Library Reference (Carto)  

ILegend3.MinFontSize Property

Minimumn font size when AutoFit is true.

[Visual Basic .NET]
Public Property MinFontSize As Double
[C#]
public double MinFontSize {get; set;}
[C++]
HRESULT get_MinFontSize(
  double* FontSize
);
[C++]
HRESULT put_MinFontSize(
  double FontSize
);
[C++]

Parameters

FontSize [out, retval]   FontSize is a parameter of type double FontSize [in]   FontSize is a parameter of type double

Product Availability

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

See Also

ILegend3 Interface