←Select platform

Visible Property (AnnContainer)

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations Assembly
Click or drag to resize