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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.