C1.Android.Input Assembly / C1.Android.Input Namespace / C1TexBoxBackgroundDrawable Class / GetOrientation Method


In This Topic
GetOrientation Method
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("getOrientation", 
   "()Landroid/graphics/drawable/GradientDrawable$Orientation;", 
   "GetGetOrientationHandler", 
   ApiSince=16)>
Public Overridable Function GetOrientation() As Android.Graphics.Drawables.GradientDrawable.Orientation
 
'Usage
 
Dim instance As C1TexBoxBackgroundDrawable
Dim value As Android.Graphics.Drawables.GradientDrawable.Orientation
 
value = instance.GetOrientation()
See Also