struct PseudoClass
List of CSS pseudo-classes used by the styling system for hover, active, etc. This acts as a bit-flag.
public static PseudoClass None
No pseudo-class.
public static PseudoClass Unknown
Unused.
public static PseudoClass Hover
:hover - Any element with the mouse cursor hovering over it.
public static PseudoClass Active
:active - A button that is being pressed down.
public static PseudoClass Focus
:focus - An element with input focus.
public static PseudoClass Intro
:intro - Present on all elements for their first frame. Useful to start CSS transitions on creation.
public static PseudoClass Outro
:outro - The element has been marked for deletion, and will be deleted once all CSS transitions on it has stopped. Transitions can be started here to gracefully remove the element visually.
public static PseudoClass Empty
:empty - Any element that has no children.
public static PseudoClass FirstChild
:first-child - The element is the first element among a group of sibling elements.
public static PseudoClass LastChild
:last-child - The element is the last element among a group of sibling elements.
public static PseudoClass OnlyChild
:only-child - The element is the only child of their parent element.
public int value__
😔 No documentation found.
public TypeCode GetTypeCode( )
😔 No documentation found.
public string ToString( string format, IFormatProvider provider )
😔 No documentation found.
public string ToString( IFormatProvider provider )
😔 No documentation found.
public string ToString( string format )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public int CompareTo( object target )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public bool HasFlag( Enum flag )
😔 No documentation found.