This document is archived and information here might be outdated. Recommended version. |
Indicates if the marker maintains its dimensions based on size.
[Visual Basic .NET]
Public Property MaintainAspectRatio As Boolean
[C#]
public bool MaintainAspectRatio {get; set;}
[C++]
HRESULT get_MaintainAspectRatio(
Boolean* bAspectRatio
);
[C++]
HRESULT put_MaintainAspectRatio(
VARIANT_BOOL bAspectRatio
);
[C++] Parameters bAspectRatio [out, retval]
bAspectRatio is a parameter of type bool* bAspectRatio [in]
bAspectRatio is a parameter of type bool