ArcObjects Library Reference (Carto)  

ILegendItem2.Width Property

Width of the item in points. Must call CreateGraphics first.

[Visual Basic .NET]
Public ReadOnly Property Width As Double
[C#]
public double Width {get;}
[C++]
HRESULT get_Width(
  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

ILegendItem2 Interface