ArcObjects Library Reference (Carto)  

IPlacedObject2.LabelWidth Property

Width of the label.

[Visual Basic .NET]
Public ReadOnly Property LabelWidth As Double
[C#]
public double LabelWidth {get;}
[C++]
HRESULT get_LabelWidth(
  double* Width
);
[C++]

Parameters

Width [out, retval]   Width is a parameter of type double

Product Availability

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

See Also

IPlacedObject2 Interface