Gets or sets the value that determines whether to maintain the aspect ratio when editing the annotation object using the mouse or not.
public
bool MaintainAnnotationObjectAspectRatio {get; set;}
'Declaration
Public Property MaintainAnnotationObjectAspectRatio As
Boolean
'Usage
Dim instance As
MedicalViewerBaseCell
Dim value As
Boolean
instance.MaintainAnnotationObjectAspectRatio = value
value = instance.MaintainAnnotationObjectAspectRatio
public:
property
bool MaintainAnnotationObjectAspectRatio {
bool get();
void set (
bool value);
}
Property Value
true to maintain the aspect ratio; otherwise, false.
For an example, please refer to
MedicalViewerSubCell