This document is archived and information here might be outdated.  Recommended version.


ILegend3.MinFontSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILegend3 Interface > ILegend3.MinFontSize Property
ArcGIS Developer Help

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(
  System.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