←Select platform

IsVisible Property

Summary
Gets or sets a value that indicates whether this layer is visible.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool IsVisible { get; set; } 
@property (nonatomic, assign, getter=isVisible) BOOL visible; 
public boolean isVisible() 
public void setVisible(boolean value) 
public:  
   property bool IsVisible 
   { 
      bool get() 
      void set(bool value) 
   } 
IsVisible # get and set (AnnLayer) 

Property Value

true if this layer is visible; otherwise, false. The default value is true.

Remarks

Use IsVisible to quickly show/hide all of the objects contained in the layer. Non-visible items will not be accessible from automation.

AnnCodecs will load/save the value of this property.

For a demo, refer to the AnnotationsLayersDemo in your LEADTOOLS setup.

Requirements

Target Platforms

See Also

Reference

AnnLayer Class

AnnLayer Members

Help Version 22.0.2023.7.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.