setTopRightCorner

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

Sets the corner treatment for the top right corner.

Parameters

cornerFamily

the family to use to create the corner treatment

cornerSize

the size to use for the corner


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

Sets the corner treatment for the top right corner.

Parameters

cornerFamily

the family to use to create the corner treatment

cornerSize

the CornerSize to use for the corner


@CanIgnoreReturnValue
open fun setTopRightCorner(@NonNull topRightCorner: CornerTreatment): ShapeAppearanceModel.Builder

Sets the corner treatment for the top right corner.

Parameters

topRightCorner

the desired treatment.