class
PanelStyle
public sealed class PanelStyle : Styles Properties
| Name | Type | Description |
|---|---|---|
HasBeforeElement | Boolean | This style has a ::before element available. This is signalling to the panel system that if we apply this style, we should also create a ::before element. |
HasAfterElement | Boolean | 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. |