Interface IOrientation | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Implement this interface to provide orientation support.

public interface IOrientation

Properties

Orientation

Gets or sets the orientation of the View.

Methods

OnOrientationChanged(Orientation)

Called when Orientation has been changed.

OnOrientationChanging(Orientation, Orientation)

Called when Orientation is changing.

Events

OrientationChanged

Raised when Orientation has changed.

OrientationChanging

Raised when Orientation is changing. Can be cancelled.