class StyleSelector

in global :: Sandbox . UI

A CSS selector like "Panel.button.red:hover .text"


public string Id { get; set; }

The Id selector - minus the # https://developer.mozilla.org/en-US/docs/Web/CSS/ID_selectors

public StyleSelector Parent

Descendant combinator A B Child combinator A > B Adjacent sibling combinator A + B General sibling combinator A ~B

public bool UniversalSelector

True if this has a universal selector (*)

public Func<IStyleTarget,bool> NthChild

😔 No documentation found.

public StyleSelector[] DecendantOf

😔 No documentation found.

public StyleSelector[] AnyOf

😔 No documentation found.

public bool ImmediateParent

😔 No documentation found.

public StyleSelector Not

😔 No documentation found.

public PseudoClass Flags

😔 No documentation found.

public string Element

😔 No documentation found.

public string AsString

😔 No documentation found.

public StyleBlock Block

😔 No documentation found.

public StyleSelector( )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public bool TestParent( IStyleTarget target, bool recusive = True )

😔 No documentation found.

public bool Test( IStyleTarget target )

😔 No documentation found.

public bool TestBroadphase( IStyleTarget target )

😔 No documentation found.

public void Finalize( StyleBlock block )

😔 No documentation found.

public int Score { get; }

😔 No documentation found.

public int SelfScore

😔 No documentation found.

public string[] Classes { get; }

😔 No documentation found.