Table of Contents

Class ImageView.ScaleType

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

Constructors

ScaleType(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 ScaleType(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CENTER

public static ImageView.ScaleType CENTER { get; set; }

Property Value

ImageView.ScaleType

CENTER_CROP

public static ImageView.ScaleType CENTER_CROP { get; set; }

Property Value

ImageView.ScaleType

CENTER_INSIDE

public static ImageView.ScaleType CENTER_INSIDE { get; set; }

Property Value

ImageView.ScaleType

FIT_CENTER

public static ImageView.ScaleType FIT_CENTER { get; set; }

Property Value

ImageView.ScaleType

FIT_END

public static ImageView.ScaleType FIT_END { get; set; }

Property Value

ImageView.ScaleType

FIT_START

public static ImageView.ScaleType FIT_START { get; set; }

Property Value

ImageView.ScaleType

FIT_XY

public static ImageView.ScaleType FIT_XY { get; set; }

Property Value

ImageView.ScaleType

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

MATRIX

public static ImageView.ScaleType MATRIX { get; set; }

Property Value

ImageView.ScaleType

Methods

ValueOf(String)

public static ImageView.ScaleType ValueOf(String arg0)

Parameters

arg0 String

String

Returns

ImageView.ScaleType

ImageView.ScaleType

Values()

public static ImageView.ScaleType[] Values()

Returns

ScaleType[]

ImageView.ScaleType