API ReferenceSandbox.UI
public sealed class Sandbox.UI.PanelStyle : Sandbox.UI.Styles
Methods
Showing 6 methods
public virtual void Dirty()
public virtual bool Set(string property, string value)
public System.Threading.Tasks.Task SetBackgroundImageAsync(string image)
public void SetRect(Sandbox.Rect rect)
No results match this filter.
Properties
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.
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.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.UI |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.UI.PanelStyle |