←Select platform

NameRestrict Property

Summary

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

Syntax

C#
VB
C++
public override bool NameRestrict { get; set; } 
  
Public Overrides Property NameRestrict As Boolean 
public: 
property bool NameRestrict { 
   bool get() override; 
   void set (    bool ) 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

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

Leadtools.Annotations Assembly