ComponentOne for WinUI 製品ヘルプ
FlexViewerRotateView 列挙体

C1.WinUI.Viewer アセンブリ > C1.WinUI.Viewer 名前空間 : FlexViewerRotateView 列挙体
Describes the rotation angle of the view.
シンタックス
'宣言
 
Public Enum FlexViewerRotateView 
   Inherits System.Enum
public enum FlexViewerRotateView : System.Enum 
メンバ
メンバ解説
NoRotationRotation is not applied to the view.
Rotation180Rotates the view by 180 degrees.
Rotation90ClockwiseRotates the view by 90 degrees clockwise.
Rotation90CounterClockwiseRotates the view by 90 degrees counter-clockwise.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.WinUI.Viewer.FlexViewerRotateView

参照

C1.WinUI.Viewer 名前空間