LEADTOOLS Annotations (Leadtools.Annotations assembly)

NameVisible Property (AnnGroupObject)

Show in webframe





Gets or sets a value that indicates whether to draw the name of this AnnGroupObject object.
Syntax
public override bool NameVisible {get; set;}
'Declaration
 
Public Overrides Property NameVisible As Boolean
'Usage
 
Dim instance As AnnGroupObject
Dim value As Boolean
 
instance.NameVisible = value
 
value = instance.NameVisible

            

            
public:
property bool NameVisible {
   bool get() override;
   void set (    bool value) override;
}

Property Value

true to draw the name of this AnnGroupObject object when the object is drawn; false otherwise.
Remarks
This AnnGroupObject object will set the AnnObject.NameVisible value for each object in the group. For more information, refer to AnnObject.NameVisible.
Requirements

Target Platforms

See Also

Reference

AnnGroupObject Class
AnnGroupObject Members

 

 


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