MaintainAnnotationThickness Property

Summary

Gets or sets the value that determines whether to keep the annotation thickness as it is when scale the cell up or down.

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

Property Value

true to keep the thickness from changing when scaling the cell/sub-cell; otherwise, false.

Remarks

To change the annotation thickness, use the DefaultAnnotationThickness property.

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