←Select platform

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

Leadtools.MedicalViewer Assembly