Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > AnnLabel Class : Offset Property |
public LeadPointD Offset {get; set;}
'Declaration
Public Property Offset As LeadPointD
public LeadPointD Offset {get; set;}
@property (nonatomic) LeadPointD offset;
public LeadPointD getOffset() public void setOffset(LeadPointD offset)
get_Offset();
set_Offset(value);
Object.defineProperty('Offset');
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).