ViewGroup.ClipToPaddingMask Field
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.
We clip to padding when FLAG_CLIP_TO_PADDING and FLAG_PADDING_NOT_NULL are set at the same time.
[Android.Runtime.Register("CLIP_TO_PADDING_MASK")]
protected const int ClipToPaddingMask = 34;
[<Android.Runtime.Register("CLIP_TO_PADDING_MASK")>]
val mutable ClipToPaddingMask : int
Field Value
Value = 34Implements
- Attributes
Remarks
We clip to padding when FLAG_CLIP_TO_PADDING and FLAG_PADDING_NOT_NULL are set at the same time.
Java documentation for android.view.ViewGroup.CLIP_TO_PADDING_MASK
.
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.