| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class StyleDeclaration : ICloneable
<SerializableAttribute> _ Public Class StyleDeclaration _ Implements ICloneable
[SerializableAttribute] public ref class StyleDeclaration : ICloneable
| All Members | Constructors | Methods | Fields | ||
| Icon | Member | Description |
|---|---|---|
| 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
|
| Object | |
| StyleDeclaration | |