This document is archived and information here might be outdated.  Recommended version.


ILegendFormat2.TitlePosition Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ILegendFormat2.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

ILegendFormat2 Interface