←Select platform

NameRestrict Property

Summary

Gets or sets a value indicating whether this AnnObject name is restricted to appear fully within the bounding rectangle of the Container.

Syntax

C#
VB
C++
public virtual bool NameRestrict { get; set; } 
  
Public Overridable Property NameRestrict As Boolean 
public: 
virtual property bool NameRestrict { 
   bool get(); 
   void set (    bool ); 
} 

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. (Deprecated)

Requirements

Target Platforms

See Also

Reference

AnnObject Class

AnnObject Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly