ArcObjects Library Reference (DefenseSolutions)  

IGraphicLeaderStyle.FillSymbol Property

The fill symbol used by a leader to draw its polygonal geometry.

ERROR: Syntax information about IGraphicLeaderStyle.FillSymbol may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DefenseSolutions.dll

[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 and ArcGIS Desktop.

See Also

IGraphicLeaderStyle Interface