This document is archived and information here might be outdated.  Recommended version.


ILineCallout.Border Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IL > ILineCallout Interface > ILineCallout.Border Property
ArcGIS Developer Help

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