Android.Graphics.Drawables.Drawable.AutoMirrored 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")]
[set: Android.Runtime.Register("setAutoMirrored", "(Z)V", "GetSetAutoMirrored_ZHandler")]
public virtual bool AutoMirrored { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

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

Set method documentation [Android Documentation]

Set whether this Drawable is automatically mirrored when its layout direction is RTL (right-to left). See Android.Util.LayoutDirection.

Requirements

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