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 And<IHasVisibility>(Action<IHasVisibility>)
Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.
T Invisible<IHasVisibility>()
Marks the specified object as being invisible.
T Visible<IHasVisibility>()
Marks the specified object as being visible.