This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFrameElement Interface > IFrameElement.Border Property (ArcObjects .NET 10.5 SDK) |
Frame border used by this element.
[Visual Basic .NET] Public Property Border As IBorder
[C#] public IBorder Border {get; set;}
[C++]
HRESULT get_Border(
IBorder** Border
);
[C++]
HRESULT put_Border(
IBorder* Border
);
[C++]
Parameters Border [out, retval]
Border is a parameter of type IBorder Border [in]
Border is a parameter of type IBorder
Border returns or sets the border property of the frame. Use this property when you want to change how the border around the frame is displayed.