ArcObjects Library Reference (Carto)  

IPictureElement5.MaintainAspectRatio Property

Indicates if the resize box will maintain the picture's aspect ratio.

ERROR: Syntax information about IPictureElement5.MaintainAspectRatio may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.Carto.dll

[C++]
HRESULT get_MaintainAspectRatio(
  VARIANT_BOOL* bRatio
);
[C++]
HRESULT put_MaintainAspectRatio(
  VARIANT_BOOL bRatio
);
[C++]

Parameters

bRatio [out, retval]   bRatio is a parameter of type VARIANT_BOOL bRatio [in]   bRatio is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPictureElement5 Interface