←Select platform

Offset Property

Summary
Gets or sets the offset of this AnnLabel.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public LeadPointD Offset { get; set; } 
@property (nonatomic, assign) LeadPointD offset; 
public LeadPointD getOffset() 
public void setOffset(LeadPointD offset) 
public:  
   property LeadPointD^ Offset 
   { 
      LeadPointD^ get() 
      void set(LeadPointD^ value) 
   } 
Offset # get and set (AnnLabel) 

Property Value

The offset of this AnnLabel relative to the OriginalPosition.

Remarks

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).

Requirements

Target Platforms

See Also

Reference

AnnLabel Class

AnnLabel Members

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

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.