interface IStyleTarget
Everything the style system needs to work out a style
public string ElementName { get; }
😔 No documentation found.
public string Id { get; }
😔 No documentation found.
public PseudoClass PseudoClass { get; }
😔 No documentation found.
public IStyleTarget Parent { get; }
😔 No documentation found.
public int SiblingIndex { get; }
😔 No documentation found.
public bool HasClasses( string[] classes )
😔 No documentation found.