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


IMaplexOverposterLayerProperties.FontHeightReductionLimit Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMaplexOverposterLayerProperties.FontHeightReductionLimit Property

The font may be reduced in height until this limit is reached.

[Visual Basic .NET]
Public Property FontHeightReductionLimit As Double
[C#]
public double FontHeightReductionLimit {get; set;}
[C++]
HRESULT get_FontHeightReductionLimit(
  double* limit
);
[C++]
HRESULT put_FontHeightReductionLimit(
  double limit
);
[C++]

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

Product Availability

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

See Also

IMaplexOverposterLayerProperties Interface