←Select platform

ShowArrow Property

Summary

Indicates whether to show an arrow at the end of the pointer.

Syntax
C#
VB
Objective-C
C++
Java
public virtual bool ShowArrow { get; set; } 
Public Overridable Property ShowArrow() As Boolean 
   Get 
   Set 
public:  
   virtual property bool ShowArrow 
   { 
      bool get() 
      void set(bool value) 
   } 
public boolean getShowArrow(); 
public void setShowArrow(boolean value); 
@property (nonatomic, copy) BOOL showArrow 

Property Value

true to show an arrow at the end of the pointer; otherwise, false. Default value is false.

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

Leadtools.Annotations.Engine Assembly

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