ImageView.CropToPadding 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.
Return whether this ImageView crops to padding. -or- Sets whether this ImageView will crop to padding.
public virtual bool CropToPadding { [Android.Runtime.Register("getCropToPadding", "()Z", "GetGetCropToPaddingHandler")] get; [Android.Runtime.Register("setCropToPadding", "(Z)V", "GetSetCropToPadding_ZHandler")] set; }
[<get: Android.Runtime.Register("getCropToPadding", "()Z", "GetGetCropToPaddingHandler")>]
[<set: Android.Runtime.Register("setCropToPadding", "(Z)V", "GetSetCropToPadding_ZHandler")>]
member this.CropToPadding : bool with get, set
Property Value
whether this ImageView crops to padding
- Attributes
Remarks
Property getter documentation:
Return whether this ImageView crops to padding.
Java documentation for android.widget.ImageView.getCropToPadding()
.
Property setter documentation:
Sets whether this ImageView will crop to padding.
Java documentation for android.widget.ImageView.setCropToPadding(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.