s&box docs
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)

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.

Metadata

FieldValue
NamespaceSandbox.UI
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.UI.PanelStyle

On this page