Table of Contents

Class GradientDrawable.Orientation

Namespace
Android.Graphics.Drawable
Assembly
MASES.Netdroid.dll
public class GradientDrawable.Orientation : Enum<GradientDrawable.Orientation>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IEquatable<Enum<GradientDrawable.Orientation>>, IComparable<GradientDrawable.Orientation>, ISerializable
Inheritance
GradientDrawable.Orientation
Implements
Inherited Members
Extension Methods

Constructors

Orientation(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Orientation(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BL_TR

public static GradientDrawable.Orientation BL_TR { get; set; }

Property Value

GradientDrawable.Orientation

BOTTOM_TOP

public static GradientDrawable.Orientation BOTTOM_TOP { get; set; }

Property Value

GradientDrawable.Orientation

BR_TL

public static GradientDrawable.Orientation BR_TL { get; set; }

Property Value

GradientDrawable.Orientation

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

LEFT_RIGHT

public static GradientDrawable.Orientation LEFT_RIGHT { get; set; }

Property Value

GradientDrawable.Orientation

RIGHT_LEFT

public static GradientDrawable.Orientation RIGHT_LEFT { get; set; }

Property Value

GradientDrawable.Orientation

TL_BR

public static GradientDrawable.Orientation TL_BR { get; set; }

Property Value

GradientDrawable.Orientation

TOP_BOTTOM

public static GradientDrawable.Orientation TOP_BOTTOM { get; set; }

Property Value

GradientDrawable.Orientation

TR_BL

public static GradientDrawable.Orientation TR_BL { get; set; }

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