Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace : AnnPointerPosition Enumeration |
public enum AnnPointerPosition : System.Enum
'Declaration
Public Enum AnnPointerPosition Inherits System.Enum
public enum AnnPointerPosition : System.Enum
typedef enum LTAnnPointerPosition
public enum AnnPointerPosition
Leadtools.Annotations.Core.AnnPointerPosition = function() { }; Leadtools.Annotations.Core.AnnPointerPosition.prototype = {
Start = 0x00000000, End = 0x00000001, };
Value | Member | Description |
---|---|---|
0x00000000 | Start | The arrow head is at the start of the AnnPointerObjects line. |
0x00000001 | End | The arrow head is at the end of the AnnPointerObjects line. |
System.Object
System.ValueType
System.Enum
Leadtools.Annotations.Core.AnnPointerPosition