This document is archived and information here might be outdated. Recommended version. |
Indicates if the resize box will maintain the picture's aspect ratio.
[Visual Basic .NET]
Public Property MaintainAspectRatio As Boolean
[C#]
public bool MaintainAspectRatio {get; set;}
[C++]
HRESULT get_MaintainAspectRatio(
Boolean* bRatio
);
[C++]
HRESULT put_MaintainAspectRatio(
VARIANT_BOOL bRatio
);
[C++] Parameters bRatio [out, retval]
bRatio is a parameter of type bool* bRatio [in]
bRatio is a parameter of type bool