ArcObjects Library Reference (Carto)  

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 [out, retval]

  Symbol is a parameter of type IFillSymbol

Symbol [in]

  Symbol is a parameter of type IFillSymbol

Product Availability

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

See Also

INestedLegendItem Interface