Class UI.StyleSelectors
Inheritance
System.Object
UI.StyleSelectors
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Goui
Assembly: Goui.dll
Syntax
public class StyleSelectors
Properties
| Improve this Doc View SourceItem[String]
Declaration
public Style this[string selector] { get; set; }
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | selector |
Property Value
| Type | Description |
|---|---|
| Style |
Methods
| Improve this Doc View SourceClear()
Declaration
public void Clear()
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.Object.ToString()