C1.Xamarin.Forms.Viewer Assembly / C1.Xamarin.Forms.Viewer Namespace / FlexViewerZoomMode Enumeration


FlexViewerZoomMode Enumeration
Describes the supported zoom modes of FlexViewer control
Syntax
'Declaration
 
Public Enum FlexViewerZoomMode 
   Inherits System.Enum
 
'Usage
 
Dim instance As FlexViewerZoomMode
Members
MemberDescription
ActualSizePages are shown in actual size.
PageWidthPages are zoomed in or out as necessary to fit the page width in the preview window.
WholePagePages are zoomed in or out as necessary to fit the whole page in the preview window.
Inheritance Hierarchy

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

See Also