This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILegend3 Interface > ILegend3.MinFontSize Property (ArcObjects .NET 10.4 SDK) |
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