ArcObjects Library Reference (Display)  

IFormattedTextSymbol.FillSymbol Property

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

Product Availability

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

Description

FillSymbol is the fill symbol used to render the text. This can be any of the IFillSymbol interfaces.

Errors Returned

Parameter is incorrect will be returned for Null values.

See Also

IFormattedTextSymbol Interface