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

NameRestrict Property (AnnGroupObject)






Gets or sets a value indicating whether this AnnGroupObject name is restricted to appear fully within the bounding rectangle of the Container.
Syntax
public override bool NameRestrict {get; set;}
'Declaration
 
Public Overrides Property NameRestrict As Boolean
'Usage
 
Dim instance As AnnGroupObject
Dim value As Boolean
 
instance.NameRestrict = value
 
value = instance.NameRestrict
public override bool NameRestrict {get; set;}
 get_NameRestrict();
set_NameRestrict(value);
public:
property bool NameRestrict {
   bool get() override;
   void set (    bool value) override;
}

Property Value

true to restrict the name to appear fully within the bounding rectangle of the Container; otherwise, false.
Remarks
This AnnGroupObject object will set the AnnObject.NameRestrict value for each object in the group. For more information, refer to AnnObject.NameRestrict.
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

AnnGroupObject Class
AnnGroupObject Members

 

 


Products | Support | Contact Us | Copyright Notices

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