IsVisible Property (original) (raw)

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) }

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.

Leadtools.Annotations.Engine Assembly