setBottomRightCorner

@CanIgnoreReturnValue
open fun setBottomRightCorner(cornerFamily: Int, @Dimension cornerSize: Float): ShapeAppearanceModel.Builder

Sets the corner treatment for the bottom right corner.

Parameters

cornerFamily

the family to use to create the corner treatment

cornerSize

the size to use for the corner


@CanIgnoreReturnValue
open fun setBottomRightCorner(cornerFamily: Int, @NonNull cornerSize: CornerSize): ShapeAppearanceModel.Builder

Sets the corner treatment for the bottom right corner.

Parameters

cornerFamily

the family to use to create the corner treatment

cornerSize

the CornerSize to use for the corner


@CanIgnoreReturnValue
open fun setBottomRightCorner(@NonNull bottomRightCorner: CornerTreatment): ShapeAppearanceModel.Builder

Sets the corner treatment for the bottom right corner.

Parameters

bottomRightCorner

the desired treatment.