ArcObjects Library Reference (Controls)  

ISymbologyControlDefault.BorderStyle Property

The border style of the SymbologyControl.

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

Product Availability

Available with ArcGIS Engine.

Description

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

Errors Returned

1005 800a03ed: The value of a parameter which is an enumerated constant is out of the range of required values

See Also

ISymbologyControlDefault Interface