C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the original position of this AnnLabel.
public LeadPointD OriginalPosition { get; set; }
Public Property OriginalPosition As Leadtools.LeadPointD
public Leadtools.LeadPointD OriginalPosition {get; set;}
@property (nonatomic) LeadPointD originalPosition;
public LeadPointD getOriginalPosition()
public void setOriginalPosition(LeadPointD originalPosition)
get_OriginalPosition();
set_OriginalPosition(value);
Object.defineProperty('OriginalPosition');
public:
property LeadPointD^ OriginalPosition
{
LeadPointD^ get()
void set(LeadPointD^ value)
}
The original position of this AnnLabel.
If the user moves the AnnLabel, you can use this property to get the AnnLabel's original position.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET