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


IMapControl4.Appearance Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IM > IMapControl4 Interface > IMapControl4.Appearance Property
ArcGIS Developer Help

IMapControl4.Appearance Property

The appearance of the MapControl.

[Visual Basic .NET]
Public Property Appearance As esriControlsAppearance
[C#]
public esriControlsAppearance Appearance {get; set;}
[C++]
HRESULT get_Appearance(
void
);
[C++]
HRESULT put_Appearance(
);

Product Availability

Available with ArcGIS Engine.

Description

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

See Also

IMapControl4 Interface