| StyleSheet Class |
Namespace: GeonBit.UI.Entities
[SerializableAttribute] public class StyleSheet : SerializableDictionary<string, StyleProperty>
The StyleSheet type exposes the following members.
| Name | Description | |
|---|---|---|
| StyleSheet | Initializes a new instance of the StyleSheet class |
| Name | Description | |
|---|---|---|
| Comparer | (Inherited from DictionaryString, StyleProperty.) | |
| Count | (Inherited from DictionaryString, StyleProperty.) | |
| Item | (Inherited from DictionaryString, StyleProperty.) | |
| Keys | (Inherited from DictionaryString, StyleProperty.) | |
| Values | (Inherited from DictionaryString, StyleProperty.) |
| Name | Description | |
|---|---|---|
| Add | (Inherited from DictionaryString, StyleProperty.) | |
| Clear | (Inherited from DictionaryString, StyleProperty.) | |
| ContainsKey | (Inherited from DictionaryString, StyleProperty.) | |
| ContainsValue | (Inherited from DictionaryString, StyleProperty.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetEnumerator | (Inherited from DictionaryString, StyleProperty.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetObjectData | Implements the ISerializable interface and returns the data needed to serialize the DictionaryTKey, TValue instance. (Inherited from DictionaryString, StyleProperty.) | |
| GetSchema |
Get schema.
(Inherited from SerializableDictionaryTKey, TValue.) | |
| GetStyleProperty |
Return stylesheet property for a given state.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| OnDeserialization | Implements the ISerializable interface and raises the deserialization event when the deserialization is complete. (Inherited from DictionaryString, StyleProperty.) | |
| ReadXml |
Read XML.
(Inherited from SerializableDictionaryTKey, TValue.) | |
| Remove | (Inherited from DictionaryString, StyleProperty.) | |
| SetStyleProperty |
Set a stylesheet property.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetValue | (Inherited from DictionaryString, StyleProperty.) | |
| UpdateFrom |
Update the entire stylesheet from a different stylesheet.
| |
| WriteXml |
Write to xml.
(Inherited from SerializableDictionaryTKey, TValue.) |