PresetShadowType

PresetShadowType 枚举

表示阴影效果的预设。

public enum PresetShadowType

名称描述
TopLeftDropShadow0表示左上投影。
TopLeftLargeDropShadow1表示左上大型投影。
BackLeftLongPerspectiveShadow2表示后左长透视阴影。
BackRightLongPerspectiveShadow3表示后右长透视阴影。
TopLeftDoubleDropShadow4表示左上双重投影。
BottomRightSmallDropShadow5表示右下小型投影。
FrontLeftLongPerspectiveShadow6表示前左长透视阴影。
FrontRightLongPerspectiveShadow7表示前右长透视阴影。
OuterBoxShadow3D8表示外部盒子 3D 阴影。
InnerBoxShadow3D9表示内部盒子 3D 阴影。
BackCenterPerspectiveShadow10表示后中心透视阴影。
TopRightDropShadow11表示右上投影。
FrontBottomShadow12表示前下阴影。
BackLeftPerspectiveShadow13表示后左透视阴影。
BackRightPerspectiveShadow14表示后右透视阴影。
BottomLeftDropShadow15表示左下投影。
BottomRightDropShadow16表示右下投影。
FrontLeftPerspectiveShadow17表示前左透视阴影。
FrontRightPerspectiveShadow18表示前右透视阴影。
TopLeftSmallDropShadow19表示左上小型投影。

另请参见