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


IARGlobeControl.BorderStyle Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (PublisherControls)  

IARGlobeControl.BorderStyle Property

The border style of the control.

[Visual Basic .NET]
Public Property BorderStyle As esriARBorderStyle
[C#]
public esriARBorderStyle BorderStyle {get; set;}

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

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

Errors Returned

2018 800A07E2:  The specified border style is invalid.

See Also

IARGlobeControl Interface