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


IARGlobeControl.BorderStyle Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARGlobeControl Interface > IARGlobeControl.BorderStyle Property
ArcGIS Developer Help

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