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


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

IARControl.Appearance Property

The appearance of the control.

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

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Returns or sets the paint style of the ArcReaderControl to either Flat or 3D. By default the appearance is flat.

Errors Returned

2017 800A07E1: The specified appearance is invalid 

See Also

IARControl Interface