C#
VB
Java
Objective-C
WinRT C#
C++
This object's implementation of the AnnEditDesigner.MaintainAspectRatio method.
public override bool MaintainAspectRatio { get; set; }
Public Overrides Property MaintainAspectRatio As Boolean
public override bool MaintainAspectRatio {get; set;}
@property (nonatomic, assign) BOOL maintainAspectRatio
@Override public boolean getMaintainAspectRatio()
@Override public void setMaintainAspectRatio(boolean maintainAspectRatio)
<br/>get_MaintainAspectRatio();<br/>set_MaintainAspectRatio(value);<br/>Object.defineProperty('MaintainAspectRatio');
public:
virtual property bool MaintainAspectRatio
{
bool get() override
void set(bool value) override
}
true to preserve the aspect ratio when moving a corner thumb; otherwise, it is false. The default value is true.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET