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


IMaplexOverposterLayerProperties.FontWidthReductionStep Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IMaplexOverposterLayerProperties.FontWidthReductionStep Property

This is the step interval for font width reduction.

[Visual Basic .NET]
Public Property FontWidthReductionStep As Double
[C#]
public double FontWidthReductionStep {get; set;}
[C++]
HRESULT get_FontWidthReductionStep(
  double step
);
[C++]
HRESULT put_FontWidthReductionStep(
  System.Double* step
);
[C++]

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

Product Availability

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

See Also

IMaplexOverposterLayerProperties Interface