←Select platform

AnnLabelPositionMode Enumeration

Summary

Indicates how the label is positioned relative to its parent.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum AnnLabelPositionMode  
Public Enum AnnLabelPositionMode  
    
public enum AnnLabelPositionMode  
typedef enum LTAnnLabelPositionMode 
public enum AnnLabelPositionMode 
Leadtools.Annotations.Core.AnnLabelPositionMode = function() { }; 
Leadtools.Annotations.Core.AnnLabelPositionMode.prototype = { 
 
  Normal = 0x00000000, 
    RelativeToObject = 0x00000001, 
     
 }; 
public: 
   enum class AnnLabelPositionMode sealed 

Members

ValueMemberDescription
0Normal The label is positioned from the top-left of the current container.
1RelativeToObject The label is positioned relative from the top-left of the parent object.
Remarks

Used with AnnLabel.PositionMode to control how the label is positioned relative to its parent.

Requirements

Target Platforms

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