[]
Defines the types of built-in shadow effects.
public enum BuiltInShadowId
InsideBottom = 17
Inside Bottom shadow.
InsideBottomLeft = 16
Inside Bottom Left shadow.
InsideBottomRight = 18
Inside Bottom Right shadow.
InsideCenter = 14
Inside Center shadow.
InsideLeft = 13
Inside Left shadow.
InsideRight = 15
Inside Right shadow.
InsideTop = 11
Inside Top shadow.
InsideTopLeft = 10
Inside Top Left shadow.
InsideTopRight = 12
Inside Top Right shadow.
None = 0
No shadow.
OffsetBottom = 2
Offset Bottom shadow.
OffsetBottomLeft = 3
Offset Bottom Left shadow.
OffsetBottomRight = 1
Offset Bottom Right shadow.
OffsetCenter = 5
Offset Center shadow.
OffsetLeft = 6
Offset Left shadow.
OffsetRight = 4
Offset Right shadow.
OffsetTop = 8
Offset Top shadow.
OffsetTopLeft = 9
Offset Top Left shadow.
OffsetTopRight = 7
Offset Top Right shadow.
ProspectiveBelow = 21
Prospective Below shadow.
ProspectiveLowerLeft = 22
Prospective Lower Left shadow.
ProspectiveLowerRight = 23
Prospective Lower Right shadow.
ProspectiveUpperLeft = 19
Prospective Upper Left shadow.
ProspectiveUpperRight = 20
Prospective Upper Right shadow.