Android.Graphics.Drawables.BitmapDrawable.IsAutoMirrored Property
Tells if this Drawable will be automatically mirrored when its layout direction is RTL right-to-left.

Syntax

[get: Android.Runtime.Register("isAutoMirrored", "()Z", "GetIsAutoMirroredHandler")]
public bool IsAutoMirrored { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Tells if this Drawable will be automatically mirrored when its layout direction is RTL right-to-left. See Android.Util.LayoutDirection.

[Android Documentation]

Requirements

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