←Select platform

PositionMode Property

Summary
Gets or sets a value that controls how the label is positioned from its Parent.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public AnnLabelPositionMode PositionMode { get; set; } 
@property (nonatomic, assign) LTAnnLabelPositionMode positionMode; 
public AnnLabelPositionMode getPositionMode() 
public void setPositionMode(AnnLabelPositionMode mode) 
public:  
   property AnnLabelPositionMode^ PositionMode 
   { 
      AnnLabelPositionMode^ get() 
      void set(AnnLabelPositionMode^ value) 
   } 
PositionMode # get and set (AnnLabel) 

Property Value

A value that controls how the label is positioned from its Parent. Default value is AnnLabelPositionMode.Normal.

Remarks

PositionMode and Offset are used to control how the label is positined according to its Parent or container.

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.