ShowRulerLength Property

Summary

Gets or sets the value that indicates whether to show the cell ruler length.

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

Property Value

true to display the cell ruler length; otherwise, false.

Remarks
  • The cell ruler is the ruler that is displayed at the bottom and right of the cell. To disable the cell ruler altogether, refer to DisplayRulers.
  • To retrieve the length, refer to GetCellRulerLength.
  • To display the ruler unit beside the length, refer to ShowCellRulerUnit.
  • To change the ruler unit, refer to MeasurementUnit.
  • The ruler length will be displayed to the right of the horizontal ruler, and at the bottom of the vertical ruler.

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