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


ILegendFormat.TitlePosition Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILegendFormat Interface > ILegendFormat.TitlePosition Property
ArcGIS Developer Help

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