←Select platform

MaintainAspectRatio Property

Summary

This object's implementation of the AnnEditDesigner.MaintainAspectRatio method.

Syntax
C#
VB
Objective-C
C++
Java
public override bool MaintainAspectRatio { get; set; } 
Public Overrides Property MaintainAspectRatio As Boolean 
@property (nonatomic, assign) BOOL maintainAspectRatio 
@Override public boolean getMaintainAspectRatio() 
@Override public void setMaintainAspectRatio(boolean maintainAspectRatio) 
public:  
   virtual property bool MaintainAspectRatio 
   { 
      bool get() override 
      void set(bool value) override 
   } 

Property Value

true to preserve the aspect ratio when moving a corner thumb; otherwise, it is false. The default value is true.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Designers Assembly