Gets or sets the offset of this AnnLabel.
public LeadPointD Offset { get; set; }
Public Property Offset As Leadtools.LeadPointD
public Leadtools.LeadPointD Offset {get; set;}
@property (nonatomic) LeadPointD offset;
public LeadPointD getOffset()
public void setOffset(LeadPointD offset)
get_Offset();
set_Offset(value);
Object.defineProperty('Offset');
public:
property LeadPointD^ Offset
{
LeadPointD^ get()
void set(LeadPointD^ value)
}
The offset of this AnnLabel relative to the OriginalPosition.
Use this to move the AnnLabel. This offset value is relative to either the Parent or container depending on the value of PositionMode. This offset is calculated from the top-left if the value of OffsetHeight is false (the default) or from the bottom-left if the value of OffsetHeight is true).
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