ArcObjects Library Reference (Carto)  

ILegendItem2.Height Property

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

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

Parameters

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

Product Availability

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

See Also

ILegendItem2 Interface