LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

NameVisible Property (AnnGroupObject)






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 override bool NameVisible {get; set;}
 get_NameVisible();
set_NameVisible(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnGroupObject Class
AnnGroupObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.