←Select platform

PositionMode Property

Summary

Gets or sets a value that controls how the label is positioned from its Parent.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public AnnLabelPositionMode PositionMode { get; set; } 
Public Property PositionMode As Leadtools.Annotations.Core.AnnLabelPositionMode 
public Leadtools.Annotations.Core.AnnLabelPositionMode PositionMode {get; set;} 
@property (nonatomic) LTAnnLabelPositionMode positionMode; 
public AnnLabelPositionMode getPositionMode() 
public void setPositionMode(AnnLabelPositionMode mode) 
             
  
get_PositionMode(); 
set_PositionMode(value); 
Object.defineProperty('PositionMode');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly