←Select platform

FixedGaugeLength Property

Summary

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

Syntax
C#
C++/CLI
Java
public bool FixedGaugeLength { get; set; } 
public boolean getFixedGaugeLength(); 
public void setFixedGaugeLength( 
   boolean booleanValue 
); 
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 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.