eDriven Framework API
StyleDeclaration Class
NamespaceseDriven.Gui.Styles.SerializationStyleDeclaration
eDriven Framework API
Declaration Syntax
C#Visual BasicVisual C++
[SerializableAttribute]
public class StyleDeclaration : ICloneable
<SerializableAttribute> _
Public Class StyleDeclaration _
	Implements ICloneable
[SerializableAttribute]
public ref class StyleDeclaration : ICloneable
Members
All MembersConstructorsMethodsFields



IconMemberDescription
StyleDeclaration()()()()
Initializes a new instance of the StyleDeclaration class

Class
CSS class

Clone()()()()
Creates a new object that is a copy of the current instance.

Equals(StyleDeclaration)
Equals(Object) (Overrides Object.Equals(Object).)
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()() (Overrides Object.GetHashCode()()()().)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Id
CSS ID

MediaQueries
The list of media queries applied to this style declaration

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Module
The style module ID, used for lookup
This ID is a reference to the provider which handles the actual application of styles
Once serialized, it cannot be changed

Properties
The list of properties

ToString()()()() (Overrides Object.ToString()()()().)
ToStyleTable()()()()
Returns the dictionary of name/value pairs
Used by component traversers

Type
CSS component type

Inheritance Hierarchy
Object
StyleDeclaration

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)