Class StyleDeclaration
Inheritance
System.Object
StyleDeclaration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Svg.ExCSS
Assembly: TelerikCommon.dll
Syntax
public class StyleDeclaration : IList<Property>, ICollection<Property>, IEnumerable<Property>, IEnumerable
Constructors
StyleDeclaration()
Declaration
public StyleDeclaration()
Properties
Count
Declaration
public int Count { get; }
Property Value
System.Int32
|
Implements
System.Collections.Generic.ICollection<T>.Count
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
System.Boolean
|
Implements
System.Collections.Generic.ICollection<T>.IsReadOnly
Item[Int32]
Declaration
public Property this[int index] { get; set; }
Parameters
System.Int32
index
|
Property Value
Property
|
Implements
System.Collections.Generic.IList<T>.Item[System.Int32]
ParentRule
Properties
Declaration
public List<Property> Properties { get; }
Property Value
System.Collections.Generic.List<Property>
|
Value
Declaration
public string Value { get; set; }
Property Value
System.String
|
Methods
Add(Property)
Declaration
public void Add(Property item)
Parameters
Property
item
|
Implements
System.Collections.Generic.ICollection<T>.Add(T)
Clear()
Declaration
public void Clear()
Implements
System.Collections.Generic.ICollection<T>.Clear()
Contains(Property)
Declaration
public bool Contains(Property item)
Parameters
Property
item
|
Returns
System.Boolean
|
Implements
System.Collections.Generic.ICollection<T>.Contains(T)
CopyTo(Property[], Int32)
Declaration
public void CopyTo(Property[] array, int arrayIndex)
Parameters
Property[]
array
|
System.Int32
arrayIndex
|
Implements
System.Collections.Generic.ICollection<T>.CopyTo(T[], System.Int32)
GetEnumerator()
Declaration
public IEnumerator<Property> GetEnumerator()
Returns
System.Collections.Generic.IEnumerator<Property>
|
Implements
System.Collections.Generic.IEnumerable<T>.GetEnumerator()
IndexOf(Property)
Declaration
public int IndexOf(Property item)
Parameters
Property
item
|
Returns
System.Int32
|
Implements
System.Collections.Generic.IList<T>.IndexOf(T)
Insert(Int32, Property)
Declaration
public void Insert(int index, Property item)
Parameters
System.Int32
index
|
Property
item
|
Implements
System.Collections.Generic.IList<T>.Insert(System.Int32, T)
Remove(Property)
Declaration
public bool Remove(Property item)
Parameters
Property
item
|
Returns
System.Boolean
|
Implements
System.Collections.Generic.ICollection<T>.Remove(T)
RemoveAt(Int32)
Declaration
public void RemoveAt(int index)
Parameters
System.Int32
index
|
Implements
System.Collections.Generic.IList<T>.RemoveAt(System.Int32)
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()
ToString(Boolean, Int32)
Declaration
public string ToString(bool friendlyFormat, int indentation = 0)
Parameters
System.Boolean
friendlyFormat
|
System.Int32
indentation
|
Returns
System.String
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
System.Collections.IEnumerator
|
Implements
System.Collections.IEnumerable.GetEnumerator()