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 = 0No shadow.
Opaque = 1A shadow that is drawn using block elements. Ideal for smaller views such as buttons.
Transparent = 2A shadow that is drawn using the underlying text with a darker background. Ideal for larger views such as windows.