←Select platform

AnnPointerPosition Enumeration

Summary
Controls the position of the arrow head for the AnnPolylineObject.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum AnnPointerPosition  
typedef NS_ENUM(NSInteger, LTAnnPointerPosition) { 
 LTAnnPointerPositionStart = 0,  
 LTAnnPointerPositionEnd = 1,  
}; 
public enum AnnPointerPosition 
public: 
   enum class AnnPointerPosition sealed 
class AnnPointerPosition(Enum): 
   Start = 0 
   End = 1 
Members
ValueMemberDescription
0Start The arrow head is at the start of the AnnPolylineObjects line.
1End The arrow head is at the end of the AnnPolylineObjects line.
Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

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