←Select platform

IsVisible Property

Summary
Shows or hides this AnnLabel.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool IsVisible { get; set; } 
@property (nonatomic, assign) BOOL isVisible; 
public boolean isVisible() 
public void setVisible(boolean visible) 
public:  
   property bool IsVisible 
   { 
      bool get() 
      void set(bool value) 
   } 
IsVisible # get and set (AnnLabel) 

Property Value

true to show the AnnLabel; otherwise, it is false (hide it).

Requirements

Target Platforms

See Also

Reference

AnnLabel Class

AnnLabel Members

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.