Class Selector
A selector in a Style.
public abstract class Selector
- Inheritance
-
Selector
- Inherited Members
- Extension Methods
Constructors
Selector()
protected Selector()
Methods
ToString()
public override string ToString()
Returns
ToString(Style?)
Gets a string representing the selector, with the nesting separator (^
) replaced with
the parent selector.
public abstract string ToString(Style? owner)
Parameters
owner
StyleThe owner style.