←Select platform

FixedTickMarksLength Property

Summary

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

Syntax
C#
VB
C++
public bool FixedTickMarksLength { get; set; } 
Public Property FixedTickMarksLength() As Boolean 
   Get 
   Set 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly