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


INestedLegendItem.ShowOutlines Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

INestedLegendItem.ShowOutlines Property

Indicates if only the marker outlines are drawn.

[Visual Basic .NET]
Public Property ShowOutlines As Boolean
[C#]
public bool ShowOutlines {get; set;}
[C++]
HRESULT get_ShowOutlines(
  VARIANT_BOOL ShowOutlines
);
[C++]
HRESULT put_ShowOutlines(
  Boolean* ShowOutlines
);
[C++]

Parameters ShowOutlines [in]
ShowOutlines is a parameter of type bool ShowOutlines [out, retval]
ShowOutlines is a parameter of type bool*

Product Availability

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

See Also

INestedLegendItem Interface