Gets or sets a value indicating whether this
AnnObject name is restricted to appear fully within the bounding rectangle of the
Container.
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 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.