Table of Contents

Property ShadowStyle

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

ShadowStyle

Gets or sets the shadow effect that will be drawn on the right and bottom sides of the Margin.

public override ShadowStyles? ShadowStyle { get; set; }

Property Value

ShadowStyles?

Remarks

null will disable the shadow. All other values will add a shadow to the right and bottom sides of the Margin. The View 's Frame will be expanded to include the shadow.