LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

NameRestrict Property (AnnObject)






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 bool NameRestrict {get; set;}
 get_NameRestrict();
set_NameRestrict(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnObject Class
AnnObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.