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()
[Android.Runtime.Register("getOrientation",
"()Landroid/graphics/drawable/GradientDrawable$Orientation;",
"GetGetOrientationHandler",
ApiSince=16)]
public virtual Android.Graphics.Drawables.GradientDrawable.Orientation GetOrientation()
See Also