This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILegendFormat2 Interface > ILegendFormat2.ShowTitle Property (ArcObjects .NET 10.4 SDK) |
Indicates if title is visibile.
[Visual Basic .NET] Public Property ShowTitle As Boolean
[C#] public bool ShowTitle {get; set;}
[C++]
HRESULT get_ShowTitle(
VARIANT_BOOL* ShowTitle
);
[C++]
HRESULT put_ShowTitle(
VARIANT_BOOL ShowTitle
);
[C++]
Parameters ShowTitle [out, retval] ShowTitle is a parameter of type VARIANT_BOOL ShowTitle [in] ShowTitle is a parameter of type VARIANT_BOOL