←Select platform

Visible Property

Summary

Gets or sets a value indicating whether this AnnContainer is visible.

Syntax

C#
VB
C++
public virtual bool Visible { get; set; } 
  
Public Overridable Property Visible As Boolean 
public: 
virtual property bool Visible { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if this AnnContainer is visible; otherwise, false.

Remarks

When the container is invisible, no objects will be drawn when the Draw(graphics) method is called. Also, calling HitTest will never return any objects.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly