This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IP > IPageLayoutControl3 Interface > IPageLayoutControl3.Appearance Property (ArcObjects .NET 10.4 SDK) |
The appearance of the PageLayoutControl.
[Visual Basic .NET] Public Property Appearance As esriControlsAppearance
[C#] public esriControlsAppearance Appearance {get; set;}
[C++]
HRESULT get_Appearance(
esriControlsAppearance* pappearance
);
[C++]
HRESULT put_Appearance(
esriControlsAppearance pappearance
);
[C++]
Parameters pappearance [out, retval]
pappearance is a parameter of type esriControlsAppearance pappearance [in]
pappearance is a parameter of type esriControlsAppearance
Returns or sets the paint style of a PageLayoutControl to either Flat or 3D. By default the appearance is flat.