This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IF > IFormattedTextSymbol Interface > IFormattedTextSymbol.FillSymbol Property (ArcObjects .NET 10.5 SDK) |
The fill symbol.
[Visual Basic .NET] Public Property FillSymbol As IFillSymbol
[C#] public IFillSymbol FillSymbol {get; set;}
[C++]
HRESULT get_FillSymbol(
IFillSymbol** FillSymbol
);
[C++]
HRESULT putref_FillSymbol(
IFillSymbol* FillSymbol
);
[C++]
Parameters FillSymbol [out, retval]
FillSymbol is a parameter of type IFillSymbol FillSymbol [in]
FillSymbol is a parameter of type IFillSymbol
Parameter is incorrect will be returned for Null values.