Table of Contents

Enum ShadowStyles

Namespace
Terminal.Gui.ViewBase
Assembly
Terminal.Gui.dll

Defines the style of shadow to be drawn on the right and bottom sides of the View.

[JsonConverter(typeof(JsonStringEnumConverter<ShadowStyles>))]
public enum ShadowStyles

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.