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


IMapControl4.BorderStyle Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Controls)  

IMapControl4.BorderStyle Property

The border style of the MapControl.

[Visual Basic .NET]
Public Property BorderStyle As esriControlsBorderStyle
[C#]
public esriControlsBorderStyle BorderStyle {get; set;}
[C++]
HRESULT get_BorderStyle(
  esriControlsBorderStyle* BorderStyle
);
[C++]
HRESULT put_BorderStyle(
  esriControlsBorderStyle BorderStyle
);
[C++]

Parameters BorderStyle [out, retval]
BorderStyle is a parameter of type esriControlsBorderStyle BorderStyle [in]
BorderStyle is a parameter of type esriControlsBorderStyle

Product Availability

Available with ArcGIS Engine.

Description

Returns or sets the border style of a MapControl. By default a border is drawn.

See Also

IMapControl4 Interface