Xamarin.iOS のドキュメント
RotateMode 列挙体

C1.iOS.Viewer アセンブリ > C1.iOS.Viewer 名前空間 : RotateMode 列挙体
ビューの回転角度を記述します。
シンタックス
'宣言
 
Public Enum RotateMode 
   Inherits System.Enum
public enum RotateMode : System.Enum 
メンバ
メンバ解説
NoRotationビューに回転が適用されません。
Rotation180ビューを 180 度回転させます。
Rotation90Clockwiseビューを時計回りに 90 度回転させます。
Rotation90CounterClockwiseビューを反時計回りに 90 度回転させます。
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.iOS.Viewer.RotateMode

参照

C1.iOS.Viewer 名前空間