LEADTOOLS Annotations (Leadtools.Annotations assembly)

NameRestrict Property (AnnObject)

Show in webframe





Gets or sets a value indicating whether this AnnObject name is restricted to appear fully within the bounding rectangle of the Container.
Syntax
public virtual bool NameRestrict {get; set;}
'Declaration
 
Public Overridable Property NameRestrict As Boolean
'Usage
 
Dim instance As AnnObject
Dim value As Boolean
 
instance.NameRestrict = value
 
value = instance.NameRestrict

            

            
public:
virtual property bool NameRestrict {
   bool get();
   void set (    bool value);
}

Property Value

true to restrict the name to appear fully within the bounding rectangle of the Container; otherwise, false.
Remarks
When the NameRestrict value of an AnnObject is set to true, calling the RestrictName method will move the name (by changing the NameOffset property so the name will be restricted to appear fully within the Bounds property of the AnnContainer that contains this AnnObject). For more information, refer to Annotation Object Names.
Requirements

Target Platforms

See Also

Reference

AnnObject Class
AnnObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.