CornerType

interface CornerType

表示一种边角类型(例如,圆角或切角)及其布局方向行为。

这个接口的实例代表了一种抽象的边角样式,通常通过 CornerTypes 工厂获取。

See also

Functions

Link copied to clipboard
abstract fun getName(): String

获取此边角类型的名称,用于识别和调试。 例如 "Rounded", "Cut", "AbsoluteRounded"。