C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridZoomMode Enumeration


GridZoomMode Enumeration
Defines constants that specify the current mode for zoom behavior.
Syntax
'Declaration
 
Public Enum GridZoomMode 
   Inherits System.Enum
 
'Usage
 
Dim instance As GridZoomMode
Members
MemberDescription
DisabledZoom of content is disabled.
EnabledZoom of content is enabled.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xamarin.Forms.Grid.GridZoomMode

See Also