StyleSheet Methods

GeonBit.UI

StyleSheet Methods

The StyleSheet type exposes the following members.

Methods
  NameDescription
Public methodAdd (Inherited from DictionaryString, StyleProperty.)
Public methodClear (Inherited from DictionaryString, StyleProperty.)
Public methodContainsKey (Inherited from DictionaryString, StyleProperty.)
Public methodContainsValue (Inherited from DictionaryString, StyleProperty.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from DictionaryString, StyleProperty.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData
Implements the ISerializable interface and returns the data needed to serialize the DictionaryTKey, TValue instance.
(Inherited from DictionaryString, StyleProperty.)
Public methodGetStyleProperty
Return stylesheet property for a given state.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodOnDeserialization
Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from DictionaryString, StyleProperty.)
Public methodRemove (Inherited from DictionaryString, StyleProperty.)
Public methodSetStyleProperty
Set a stylesheet property.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue (Inherited from DictionaryString, StyleProperty.)
Public methodUpdateFrom
Update the entire stylesheet from a different stylesheet.
Top
See Also