LEADTOOLS Annotations (Leadtools.Annotations assembly)

NameRestrict Property (AnnGroupObject)

Show in webframe





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:
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

See Also

Reference

AnnGroupObject Class
AnnGroupObject Members

 

 


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