Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.29
|
Leadtools.Annotations.Automation Assembly > Leadtools.Annotations.Automation Namespace > AnnAutomationManager Class : MaintainAspectRatio Property |
public bool MaintainAspectRatio {get; set;}
'Declaration
Public Property MaintainAspectRatio As Boolean
public bool MaintainAspectRatio {get; set;}
@property (nonatomic) BOOL maintainAspectRatio;
public boolean getMaintainAspectRatio() public void setMaintainAspectRatio(boolean maintainAspectRatio)
<br/>get_MaintainAspectRatio();<br/>set_MaintainAspectRatio(value);<br/>Object.defineProperty('MaintainAspectRatio');
When selecting an AnnRectangleObject, any annotation object that derives from AnnRectangleObject, or a AnnGroupObject, eight thumbs appear. If MaintainAspectRatio is true (default), dragging one of the four corner thumbs will change the size of the annotation object while maintaining its aspect ratio. If this value is false, the aspect ratio is not preserved.