This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IN > INestedLegendItem Interface > INestedLegendItem.OutlineSymbol Property (ArcObjects .NET 10.5 SDK) |
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