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