Table of Contents

Class GradientDrawable.Orientation

Namespace
Android.Graphics.Drawable
Assembly
MASES.Netdroid.dll
public class GradientDrawable.Orientation : Enum<GradientDrawable.Orientation>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IComparable<GradientDrawable.Orientation>, ISerializable
Inheritance
JVMBridgeBase
GradientDrawable.Orientation
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Enum<GradientDrawable.Orientation>>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Enum<GradientDrawable.Orientation>>.IsAssignableFrom<T>()
JVMBridgeBase<Enum<GradientDrawable.Orientation>>.Execute<T>(params T[])
JVMBridgeBase<Enum<GradientDrawable.Orientation>>.DynBridgeClazz
JVMBridgeBase<Enum<GradientDrawable.Orientation>>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

Orientation()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public Orientation()

Orientation(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public Orientation(params object[] args)

Parameters

args object[]

Properties

BL_TR

public static GradientDrawable.Orientation BL_TR { get; }

Property Value

GradientDrawable.Orientation

BOTTOM_TOP

public static GradientDrawable.Orientation BOTTOM_TOP { get; }

Property Value

GradientDrawable.Orientation

BR_TL

public static GradientDrawable.Orientation BR_TL { get; }

Property Value

GradientDrawable.Orientation

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

LEFT_RIGHT

public static GradientDrawable.Orientation LEFT_RIGHT { get; }

Property Value

GradientDrawable.Orientation

RIGHT_LEFT

public static GradientDrawable.Orientation RIGHT_LEFT { get; }

Property Value

GradientDrawable.Orientation

TL_BR

public static GradientDrawable.Orientation TL_BR { get; }

Property Value

GradientDrawable.Orientation

TOP_BOTTOM

public static GradientDrawable.Orientation TOP_BOTTOM { get; }

Property Value

GradientDrawable.Orientation

TR_BL

public static GradientDrawable.Orientation TR_BL { get; }

Property Value

GradientDrawable.Orientation

Methods

ValueOf(String)

public static GradientDrawable.Orientation ValueOf(String arg0)

Parameters

arg0 String

String

Returns

GradientDrawable.Orientation

GradientDrawable.Orientation

Values()

public static GradientDrawable.Orientation[] Values()

Returns

Orientation[]

GradientDrawable.Orientation