BitmapDrawable.IsAutoMirrored Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
boolean Returns true if this Drawable will be automatically mirrored.
- Attributes
Remarks
Tells if this Drawable will be automatically mirrored when its layout direction is RTL right-to-left. See LayoutDirection.
Android reference for android.graphics.drawable.BitmapDrawable.isAutoMirrored.
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.