BitmapDrawable.IsAutoMirrored Property

Definition

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

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

Property Value

Attributes

Remarks

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