SimpleRuler Property

Summary

Indicates whether to draw the ruler along with the tick marks.

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

Property Value

true to draw the ruler without tick marks (which means that the ruler will simply be a line); otherwise, false.

Example

For an example, refer to MedicalViewerAnnotationRuler.

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