CornerFamily

CornerFamily enum that holds which family to be used to create a CornerTreatment

The corner family determines which family to use to create a CornerTreatment. Setting the CornerFamily to ROUNDED sets the corner treatment to , and setting the CornerFamily to CUT sets the corner treatment to a CutCornerTreatment.

Properties

Link copied to clipboard
val CUT: Int = 1
Corresponds to a CutCornerTreatment.
Link copied to clipboard
val ROUNDED: Int = 0
Corresponds to a RoundedCornerTreatment.