←Select platform

OriginalPosition Property

Summary

Gets or sets the original position of this AnnLabel.

Syntax
C#
VB
Objective-C
C++
Java
public LeadPointD OriginalPosition { get; set; } 
Public Property OriginalPosition As LeadPointD 
@property (nonatomic) LeadPointD originalPosition; 
public LeadPointD getOriginalPosition() 
public void setOriginalPosition(LeadPointD originalPosition) 
public:  
   property LeadPointD^ OriginalPosition 
   { 
      LeadPointD^ get() 
      void set(LeadPointD^ value) 
   } 

Property Value

The original position of this AnnLabel.

Remarks

If the user moves the AnnLabel, you can use this property to get the AnnLabel's original position.

Requirements

Target Platforms

See Also

Reference

AnnLabel Class

AnnLabel Members

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

Leadtools.Annotations.Engine Assembly