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


INestedLegendItem.OutlineSymbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IN > INestedLegendItem Interface > INestedLegendItem.OutlineSymbol Property
ArcGIS Developer Help

INestedLegendItem.OutlineSymbol Property

Symbol used to draw outlines.

[Visual Basic .NET]
Public Property OutlineSymbol As IFillSymbol
[C#]
public IFillSymbol OutlineSymbol {get; set;}
[C++]
HRESULT get_OutlineSymbol(
  IFillSymbol* Symbol
);
[C++]
HRESULT put_OutlineSymbol(
  IFillSymbol** Symbol
);
[C++]
Parameters
Symbol [in]

Symbol is a parameter of type IFillSymbol* Symbol [out, retval]
Symbol is a parameter of type IFillSymbol**

Product Availability

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

See Also

INestedLegendItem Interface