Interface IOrientation | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Implement this interface to provide orientation support.
public interface IOrientation
Properties
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
Raised when Orientation has changed.
Raised when Orientation is changing. Can be cancelled.