This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapDescriptor Interface > IMapDescriptor.KeepAspectRatio Property (ArcObjects .NET 10.4 SDK) |
Indicates whether of not to maintain the aspect ratio.
[Visual Basic .NET] Public Property KeepAspectRatio As Boolean
[C#] public bool KeepAspectRatio {get; set;}
[C++]
HRESULT get_KeepAspectRatio(
VARIANT_BOOL* keep
);
[C++]
HRESULT put_KeepAspectRatio(
VARIANT_BOOL keep
);
[C++]
Parameters keep [out, retval] keep is a parameter of type VARIANT_BOOL keep [in] keep is a parameter of type VARIANT_BOOL