API ReferenceSandbox.UI
PanelStyleclass
Methods6
Showing 6 methods
public virtual void Dirty()
Returns:
void—public virtual bool Set(string property, string value)
| Parameter | Type | Description |
|---|---|---|
| property | string | — |
| value | string | — |
Returns:
bool—public System.Threading.Tasks.Task SetBackgroundImageAsync(string image)
| Parameter | Type | Description |
|---|---|---|
| image | string | — |
Returns:
Task—No results match this filter.
Properties2
Showing 2 properties
public bool Sandbox.UI.PanelStyle.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.
Returns:
bool—public bool Sandbox.UI.PanelStyle.HasBeforeElement { get; set; }
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.
Returns:
bool—No results match this filter.