ImageView.AdjustViewBounds 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.
True when ImageView is adjusting its bounds to preserve the aspect ratio of its drawable
public virtual bool AdjustViewBounds { [Android.Runtime.Register("getAdjustViewBounds", "()Z", "GetGetAdjustViewBoundsHandler")] get; }
[<get: Android.Runtime.Register("getAdjustViewBounds", "()Z", "GetGetAdjustViewBoundsHandler")>]
member this.AdjustViewBounds : bool
Property Value
whether to adjust the bounds of this view to preserve the original aspect ratio of the drawable
- Attributes
Remarks
True when ImageView is adjusting its bounds to preserve the aspect ratio of its drawable
Java documentation for android.widget.ImageView.getAdjustViewBounds()
.
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.