Android.Resource.Attribute.ScaleType Field
Controls how the image should be resized or moved to match the size of this ImageView.

Value: 16843037

Syntax

[Android.Runtime.Register("scaleType")]
public const int ScaleType

Remarks

Controls how the image should be resized or moved to match the size of this ImageView.
ConstantValueDescription
matrix0
fitXY1
fitStart2
fitCenter3
fitEnd4
center5
centerCrop6
centerInside7

Must be one of the following constant values.

[Android Documentation]

Requirements

Namespace: Android
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1