←Select platform

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

Leadtools.MedicalViewer Assembly