This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISymbolShadow Interface > ISymbolShadow.FillSymbol Property (ArcObjects .NET 10.4 SDK) |
Symbol used to draw the shadow.
[Visual Basic .NET] Public Property FillSymbol As IFillSymbol
[C#] public IFillSymbol FillSymbol {get; set;}
[C++]
HRESULT get_FillSymbol(
IFillSymbol** Symbol
);
[C++]
HRESULT put_FillSymbol(
IFillSymbol* Symbol
);
[C++]
Parameters Symbol [out, retval]
Symbol is a parameter of type IFillSymbol Symbol [in]
Symbol is a parameter of type IFillSymbol