ComponentOne Xamarin.Android
GridZoomMode Enumeration


C1.Android.Grid Assembly > C1.Android.Grid Namespace : 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
public enum GridZoomMode : System.Enum 
Members
MemberDescription
Disabled Zoom of content is disabled.
Enabled Zoom of content is enabled.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Android.Grid.GridZoomMode

See Also

Reference

C1.Android.Grid Namespace