←Select platform

AnnPointerPosition Enumeration

Summary

Controls the position of the arrow head for the AnnPointerObject.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum AnnPointerPosition  
Public Enum AnnPointerPosition  
    
public enum AnnPointerPosition  
typedef enum LTAnnPointerPosition 
public enum AnnPointerPosition 
Leadtools.Annotations.Core.AnnPointerPosition = function() { }; 
Leadtools.Annotations.Core.AnnPointerPosition.prototype = { 
 
  Start = 0x00000000, 
    End = 0x00000001, 
     
 }; 
public: 
   enum class AnnPointerPosition sealed 

Members

ValueMemberDescription
0Start The arrow head is at the start of the AnnPointerObjects line.
1End The arrow head is at the end of the AnnPointerObjects line.
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