Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Annotations.Designers Assembly > Leadtools.Annotations.Designers Namespace > AnnEditDesigner Class : MaintainAspectRatio Property |
public virtual bool MaintainAspectRatio {get; set;}
'Declaration
Public Overridable Property MaintainAspectRatio As Boolean
'Usage
Dim instance As AnnEditDesigner Dim value As Boolean instance.MaintainAspectRatio = value value = instance.MaintainAspectRatio
public virtual bool MaintainAspectRatio {get; set;}
@property (nonatomic, assign) 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, or any annotation object that derives from an AnnRectangleObject, eight thumbs appear. If MaintainAspectRatio is true (default), dragging one of the four corner thumbs changes the size of the annotation object while maintaining its aspect ratio. If false, the aspect ratio won't be preserved.