Skip to main content

影子属性


参考

¥Reference

属性

¥Props

shadowColor

设置阴影颜色。

¥Sets the drop shadow color.

此属性仅适用于 Android API 28 及更高版本。对于较低 Android API 上的类似功能,请使用 elevation 属性

¥This property will only work on Android API 28 and above. For similar functionality on lower Android APIs, use the elevation property.

类型
color

shadowOffset
iOS

设置阴影偏移。

¥Sets the drop shadow offset.

类型
目的:{width: number,height: number}

shadowOpacity
iOS

设置阴影不透明度(乘以颜色的 Alpha 分量)。

¥Sets the drop shadow opacity (multiplied by the color's alpha component).

类型
number

shadowRadius
iOS

设置阴影模糊半径。

¥Sets the drop shadow blur radius.

类型
number