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


ILegendFormat.ShowTitle 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.ShowTitle Property
ArcGIS Developer Help

ILegendFormat.ShowTitle Property

Indicates if title is visibile.

[Visual Basic .NET]
Public Property ShowTitle As Boolean
[C#]
public bool ShowTitle {get; set;}
[C++]
HRESULT get_ShowTitle(
  Boolean* ShowTitle
);
[C++]
HRESULT put_ShowTitle(
  VARIANT_BOOL ShowTitle
);
[C++]
Parameters
ShowTitle [out, retval]

ShowTitle is a parameter of type bool* ShowTitle [in]
ShowTitle is a parameter of type bool

Product Availability

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

See Also

ILegendFormat Interface