←Select platform

FixedTickMarksLength Property

Summary

Gets or sets the value indicating whether to use fixed tick marks length when rendering ruler objects.

Syntax
C#
C++/CLI
Java
public bool FixedTickMarksLength { get; set; } 
public boolean getFixedTickMarksLength(); 
public void setFixedTickMarksLength( 
   boolean booleanValue 
); 
public:  
   property bool FixedTickMarksLength 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to use fixed tick marks length instead of zooming when rendering ruler objects; otherwise, false. The default value is true.

Remarks

The default behavior when rendering a ruler object is to keep the length of the tick marks the same even when the viewer is zoomed. Set FixedTickMarksLength to false to zoom the length of the tick marks as well as the viewer when the viewer is zoomed.

Requirements

Target Platforms

Help Version 22.0.2022.12.13
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.