This document is archived and information here might be outdated. Recommended version. |
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*
Border is the fill symbol used as the background for the text. Any fill supported by the IFillSymbol object can be used.