MaintainAnnotationObjectAspectRatio Property

Summary

Gets or sets the value that determines whether to maintain the aspect ratio when editing the annotation object using the mouse or not.

Syntax
C#
VB
C++
public bool MaintainAnnotationObjectAspectRatio { get; set; } 
  
Public Property MaintainAnnotationObjectAspectRatio As Boolean 
            public: 
property bool MaintainAnnotationObjectAspectRatio { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to maintain the aspect ratio; otherwise, false.

Remarks

This value is useful when resize the symmetrical annotation objects like rectangle, ellipse, hilite, etc.

Example

For an example, please refer to MedicalViewerSubCell

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.MedicalViewer Assembly