Interface IOrientation
Implement this interface to provide orientation support.
public interface IOrientation
Remarks
See OrientationHelper for a helper class that implements this interface.
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.