setTopLeftCorner

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

Sets the corner treatment for the top left corner.

Parameters

cornerFamily

the family to use to create the corner treatment

cornerSize

the size to use for the corner


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

Sets the corner treatment for the top left corner.

Parameters

cornerFamily

the family to use to create the corner treatment

cornerSize

the CornerSize to use for the corner


@CanIgnoreReturnValue
open fun setTopLeftCorner(@NonNull topLeftCorner: CornerTreatment): ShapeAppearanceModel.Builder

Sets the corner treatment for the top left corner.

Parameters

topLeftCorner

the desired treatment.