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

System.Object
   System.ValueType
      System.Enum
         C1.Xamarin.Forms.Viewer.RotateMode

参照

C1.Xamarin.Forms.Viewer 名前空間