This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IM > IMapControl2 Interface > IMapControl2.Appearance Property (ArcObjects .NET 10.4 SDK) |
The appearance of the MapControl.
[Visual Basic .NET] Public Property Appearance As esriControlsAppearance
[C#] public esriControlsAppearance Appearance {get; set;}
[C++]
HRESULT get_Appearance(
esriControlsAppearance* Appearance
);
[C++]
HRESULT put_Appearance(
esriControlsAppearance Appearance
);
[C++]
Parameters Appearance [out, retval]
Appearance is a parameter of type esriControlsAppearance Appearance [in]
Appearance is a parameter of type esriControlsAppearance
Returns or sets the paint style of a MapControl to either Flat or 3D. By default the appearance is flat.
1005 800a03ed: The value of a parameter which is an enumerated constant is out of the range of required values