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


IMaplexOverposterLayerProperties.FontWidthReductionLimit Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMaplexOverposterLayerProperties Interface > IMaplexOverposterLayerProperties.FontWidthReductionLimit Property
ArcGIS Developer Help

IMaplexOverposterLayerProperties.FontWidthReductionLimit Property

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

[Visual Basic .NET]
Public Property FontWidthReductionLimit As Double
[C#]
public double FontWidthReductionLimit {get; set;}
[C++]
HRESULT get_FontWidthReductionLimit(
  double limit
);
[C++]
HRESULT put_FontWidthReductionLimit(
  System.Double* limit
);
[C++]
Parameters
limit [in]

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

Product Availability

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

See Also

IMaplexOverposterLayerProperties Interface