Drawable.AutoMirrored Property

Definition

Tells if this Drawable will be automatically mirrored when its layout direction is RTL right-to-left. -or- Set whether this Drawable is automatically mirrored when its layout direction is RTL (right-to left).

public virtual bool AutoMirrored { [Android.Runtime.Register("isAutoMirrored", "()Z", "GetIsAutoMirroredHandler")] get; [Android.Runtime.Register("setAutoMirrored", "(Z)V", "GetSetAutoMirrored_ZHandler")] set; }
[<get: Android.Runtime.Register("isAutoMirrored", "()Z", "GetIsAutoMirroredHandler")>]
[<set: Android.Runtime.Register("setAutoMirrored", "(Z)V", "GetSetAutoMirrored_ZHandler")>]
member this.AutoMirrored : bool with get, set

Property Value

boolean Returns true if this Drawable will be automatically mirrored.

Attributes

Remarks

Property getter documentation:

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

Java documentation for android.graphics.drawable.Drawable.isAutoMirrored().

Property setter documentation:

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

Java documentation for android.graphics.drawable.Drawable.setAutoMirrored(boolean).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to