ArcObjects Library Reference (Carto)  

ILegendFormat.TitlePosition Property

Legend title position.

[Visual Basic .NET]
Public Property TitlePosition As esriRectanglePosition
[C#]
public esriRectanglePosition TitlePosition {get; set;}
[C++]
HRESULT get_TitlePosition(
  esriRectanglePosition* pos
);
[C++]
HRESULT put_TitlePosition(
  esriRectanglePosition pos
);
[C++]

Parameters

pos [out, retval]

  pos is a parameter of type esriRectanglePosition

pos [in]

  pos is a parameter of type esriRectanglePosition

Product Availability

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

See Also

ILegendFormat Interface