FlexReport for WinForms | ComponentOne
C1.Win.FlexViewer.4.5.2 Assembly / C1.Win.FlexViewer Namespace / FlexViewerRotateView Enumeration

In This Topic
    FlexViewerRotateView Enumeration
    In This Topic
    Specifies the view rotation angle.
    Syntax
    'Declaration
     
    Public Enum FlexViewerRotateView 
       Inherits System.Enum
    public enum FlexViewerRotateView : System.Enum 
    Members
    MemberDescription
    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.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.FlexViewer.FlexViewerRotateView

    See Also