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


IFrameProperties.Border Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFrameProperties Interface > IFrameProperties.Border Property
ArcGIS Developer Help

IFrameProperties.Border Property

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*

Product Availability

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

See Also

IFrameProperties Interface

.NET Samples

Modify the appearance of the PageLayoutControl's page Update a frame's background, border, and shadow using the SymbologyControl