ArcObjects Library Reference (Carto)  

IMaplexOverposterLayerProperties.FontHeightReductionStep Property

This is the step interval for font height reduction.

[Visual Basic .NET]
Public Property FontHeightReductionStep As Double
[C#]
public double FontHeightReductionStep {get; set;}
[C++]
HRESULT get_FontHeightReductionStep(
  double* step
);
[C++]
HRESULT put_FontHeightReductionStep(
  double step
);
[C++]

Parameters

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

Product Availability

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

See Also

IMaplexOverposterLayerProperties Interface