←Select platform

PositionMode Property

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

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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

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