←Select platform

FixedGaugeLength Property

Summary

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

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

Property Value

true to use fixed gauge length instead of zooming when rendering ruler objects, false otherwise. Default value is true.

Remarks

The default behavior when rendering a ruler object is to keep the length of the gauge even when the viewer is zoomed. Use this property to enable changing this behavior to zooming the gauge length with viewer zoom.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly

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