FlexReport for UWP | ComponentOne
C1.UWP.FlexViewer Assembly / C1.Xaml.FlexViewer Namespace / C1FlexViewerPane Class / RotateClockwiseCommand Property

In This Topic
    RotateClockwiseCommand Property (C1FlexViewerPane)
    In This Topic
    The System.Windows.Input.ICommand that rotates pages by 90 degrees clockwise relative to the current orientation.
    Syntax
    'Declaration
     
    Public ReadOnly Property RotateClockwiseCommand As ICommand
    public ICommand RotateClockwiseCommand {get;}
    See Also