←Select platform

AnnLabelRestriction Enumeration

Summary
Indicates the restriction mode of AnnLabel objects.
Syntax
C#
VB
Objective-C
C++
Java
[FlagsAttribute()] 
public enum AnnLabelRestriction 
Public Enum AnnLabelRestriction  
typedef enum LTAnnLabelRestriction 
public enum AnnLabelRestriction 
public: 
   [FlagsAttribute] 
   enum class AnnLabelRestriction sealed 
Members
ValueMemberDescription
0x00000000None No label restriction.
0x00000001RestrictToContainer Restrict label to the parent container boundary.
0x00000002RestrictToObjectBounds Restrict label to object bounds.
0x00000004RestrictToUserRect Restirct label to the user defined rectangle set in AnnLabel.RestrictionRectangle
Remarks

AnnLabelRestriction is the value of AnnLabel.RestrictionMode and is used by IAnnLabelRenderer.RenderLabel when the label is rendered to control if and how to restrict the label into a specified area.

Requirements

Target Platforms

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.