IHasVisibility Interface
Represents something that can be hidden.
public interface IHasVisibility
- Namespace
- Spectre
.Console - Implementing Types
Properties
- abstract bool IsVisible
- Gets or sets a value indicating whether or not the object should be visible or not.
Extension Methods
-
T Invisible
< I Has Visibility> () - Marks the specified object as being invisible.
-
T Visible
< I Has Visibility> () - Marks the specified object as being visible.