Gets or sets a value that indicates whether to draw the name of this
AnnGroupObject object.
Syntax
Visual Basic (Declaration) | |
---|
Overrides Public Property NameVisible As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnGroupObject
Dim value As Boolean
instance.NameVisible = value
value = instance.NameVisible
|
C# | |
---|
public override bool NameVisible {get; set;} |
C++/CLI | |
---|
public:
property bool NameVisible override {
bool get();
void set (bool value);
} |
Return Value
true to draw the name of this
AnnGroupObject object when the object is drawn; false otherwise.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also