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代表左上角小下沉阴影.

另请参见