Gets or sets a value that indicates whether to draw the name of this 
AnnGroupObject object.
            
            
            
            
            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.