API ReferenceSandbox.UI
public abstract interface Sandbox.UI.IStyleTarget
Everything the style system needs to work out a style
Methods
Showing 1 methods
public virtual bool HasClasses(string[] classes)
No results match this filter.
Properties
Showing 6 properties
public virtual System.Collections.Generic.IReadOnlyList`1<Sandbox.UI.IStyleTarget> Sandbox.UI.IStyleTarget.Children { get; set; }
public virtual string Sandbox.UI.IStyleTarget.ElementName { get; set; }
public virtual string Sandbox.UI.IStyleTarget.Id { get; set; }
public virtual Sandbox.UI.IStyleTarget Sandbox.UI.IStyleTarget.Parent { get; set; }
public virtual Sandbox.UI.PseudoClass Sandbox.UI.IStyleTarget.PseudoClass { get; set; }
public virtual int Sandbox.UI.IStyleTarget.SiblingIndex { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.UI |
| Type | class |
| Assembly | Sandbox.System |
| Doc ID | T:Sandbox.UI.IStyleTarget |