Enum ShadowStyle
Defines the style of shadow to be drawn on the right and bottom sides of the View.
[JsonConverter(typeof(JsonStringEnumConverter<ShadowStyle>))]
public enum ShadowStyle
Fields
None = 0
No shadow.
Opaque = 1
A shadow that is drawn using block elements. Ideal for smaller views such as buttons.
Transparent = 2
A shadow that is drawn using the underlying text with a darker background. Ideal for larger views such as windows.