ArcObjects Library Reference (Controls)  

IPageLayoutControl3.BorderStyle Property

The border style of the PageLayoutControl.

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

Parameters

pstyle [out, retval]

  pstyle is a parameter of type esriControlsBorderStyle

pstyle [in]

  pstyle is a parameter of type esriControlsBorderStyle

Product Availability

Available with ArcGIS Engine.

Description

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

See Also

IPageLayoutControl3 Interface