←Select platform

ShowArrow Property

Summary

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

Syntax

C#
VB
Java
Objective-C
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly