C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the AnnPointerPosition used to control the position of the arrow head for this AnnPointerObject.
public AnnPointerPosition PointerPosition { get; set; }
Public Property PointerPosition As Leadtools.Annotations.Core.AnnPointerPosition
public Leadtools.Annotations.Core.AnnPointerPosition PointerPosition {get; set;}
@property (nonatomic) LTAnnPointerPosition pointerPosition;
public AnnPointerPosition getPointerPosition()
public void setPointerPosition(AnnPointerPosition pointerPosition)
get_PointerPosition();
set_PointerPosition(value);
Object.defineProperty('PointerPosition');
public:
property AnnPointerPosition^ PointerPosition
{
AnnPointerPosition^ get()
void set(AnnPointerPosition^ value)
}
The AnnPointerPosition used to control the position of the arrow head for this AnnPointerObject.
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