←Select platform

AnnLabelRestriction Enumeration

Summary
Indicates the restriction mode of AnnLabel objects.
Syntax
C#
Objective-C
C++/CLI
Java
Python
[FlagsAttribute()] 
public enum AnnLabelRestriction 
typedef NS_ENUM (NSInteger, LTAnnLabelRestriction) { 
 LTAnnLabelRestrictionNone = 0,  
 LTAnnLabelRestrictionRestrictToContainer = 1,  
 LTAnnLabelRestrictionRestrictToObjectBounds = 2,  
 LTAnnLabelRestrictionRestrictToUserRect = 3,  
}; 
public enum AnnLabelRestriction 
public: 
   [FlagsAttribute] 
   enum class AnnLabelRestriction sealed 
class AnnLabelRestriction(Enum): 
   None = 0 
   RestrictToContainer = 1 
   RestrictToObjectBounds = 2 
   RestrictToUserRect = 4 
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 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.