ArcObjects Library Reference (Display)  

ILineCallout.Border Property

The fill symbol used to render the border.

[Visual Basic .NET]
Public Property Border As IFillSymbol
[C#]
public IFillSymbol Border {get; set;}
[C++]
HRESULT get_Border(
  IFillSymbol** Border
);
[C++]
HRESULT putref_Border(
  IFillSymbol* Border
);
[C++]

Parameters

Border [out, retval]

  Border is a parameter of type IFillSymbol

Border [in]

  Border is a parameter of type IFillSymbol

Product Availability

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

Description

Border is the fill symbol used as the background for the text. Any fill supported by the IFillSymbol object can be used.

See Also

ILineCallout Interface

.NET Snippets

Create Line Callout