ArcObjects Library Reference (DefenseSolutions)  

IGraphicLeaderStyle.Picture Property

The filename of the bitmap (bmp) used to illustrate the leader style.

[Visual Basic .NET]
Public ReadOnly Property Picture As String
[C#]
public string Picture {get;}
[C++]
HRESULT get_Picture(
  BSTR* Picture
);
[C++]

Parameters

Picture [out, retval]   Picture is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IGraphicLeaderStyle Interface