# Sandbox.UI.PanelStyle.HasAfterElement

```csharp
bool HasAfterElement { get; set; }
```

This style has a ::after element available. This is signalling to the panel system that if we 
apply this style, we should also create a ::after element.

Declared in [Sandbox.UI.PanelStyle](/api/Sandbox.UI.PanelStyle).
Assembly: `Sandbox.Engine`.
