←Select platform

FixedArrowLength Property

Summary

Gets or sets the value indicating whether to use a fixed arrow length when rendering pointer objects.

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

Property Value

true to use a fixed arrow length instead of zooming when rendering pointer objects, false otherwise. Default value is true.

Remarks

The default behavior when rendering a pointer object is to keep the length of the arrow the same even when the viewer is zoomed. Use this property to enable zooming the arrow length as well 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