WindowInsets.Builder.SetRoundedCorner(Int32, RoundedCorner) Method
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.
Sets the rounded corner for the specified position.
[Android.Runtime.Register("setRoundedCorner", "(ILandroid/view/RoundedCorner;)Landroid/view/WindowInsets$Builder;", "", ApiSince=31)]
public Android.Views.WindowInsets.Builder SetRoundedCorner(int position, Android.Views.RoundedCorner? roundedCorner);
[<Android.Runtime.Register("setRoundedCorner", "(ILandroid/view/RoundedCorner;)Landroid/view/WindowInsets$Builder;", "", ApiSince=31)>]
member this.SetRoundedCorner : int * Android.Views.RoundedCorner -> Android.Views.WindowInsets.Builder
Parameters
- position
- Int32
The System.Int32 value used for position.
- roundedCorner
- RoundedCorner
The Android.Views.RoundedCorner value used for rounded corner.
Returns
The result of the set rounded corner operation.
- Attributes
Remarks
For details, see the Android reference documentation for android.view.WindowInsets.Builder.setRoundedCorner.
Java documentation for android.view.WindowInsets.Builder.setRoundedCorner.
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.