←Select platform

MaintainAspectRatio Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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 
   } 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Designers Assembly