Class SvgUnitCollection
Represents a list of SvgUnit.
Implements
System.Collections.IEnumerable
System.Collections.Specialized.INotifyCollectionChanged
Inherited Members
System.Collections.ObjectModel.ObservableCollection<Svg.SvgUnit>.Move(System.Int32, System.Int32)
System.Collections.ObjectModel.ObservableCollection<Svg.SvgUnit>.RemoveItem(System.Int32)
System.Collections.ObjectModel.ObservableCollection<Svg.SvgUnit>.SetItem(System.Int32, Svg.SvgUnit)
System.Collections.ObjectModel.ObservableCollection<Svg.SvgUnit>.PropertyChanged
System.Collections.ObjectModel.Collection<Svg.SvgUnit>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<Svg.SvgUnit>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Svg.SvgUnit>.Clear()
System.Collections.ObjectModel.Collection<Svg.SvgUnit>.GetEnumerator()
System.Collections.ObjectModel.Collection<Svg.SvgUnit>.IndexOf(Svg.SvgUnit)
System.Collections.ObjectModel.Collection<Svg.SvgUnit>.Insert(System.Int32, Svg.SvgUnit)
System.Collections.ObjectModel.Collection<Svg.SvgUnit>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<Svg.SvgUnit>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<Svg.SvgUnit>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<Svg.SvgUnit>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<Svg.SvgUnit>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Svg.SvgUnit>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<Svg.SvgUnit>.Items
System.Collections.ObjectModel.Collection<Svg.SvgUnit>.System.Collections.IList.Item[System.Int32]
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg
Assembly: Svg.dll
Syntax
[TypeConverter(typeof(SvgUnitCollectionConverter))]
public class SvgUnitCollection : ObservableCollection<SvgUnit>, IList<SvgUnit>, ICollection<SvgUnit>, IReadOnlyList<SvgUnit>, IReadOnlyCollection<SvgUnit>, IEnumerable<SvgUnit>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, ICloneable
Fields
| Improve this Doc View SourceInherit
Declaration
public const string Inherit = "inherit"
Field Value
| Type | Description |
|---|---|
| System.String |
None
Declaration
public const string None = "none"
Field Value
| Type | Description |
|---|---|
| System.String |
Properties
| Improve this Doc View SourceStringForEmptyValue
Declaration
public string StringForEmptyValue { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
| Improve this Doc View SourceAddRange(IEnumerable<SvgUnit>)
Declaration
public void AddRange(IEnumerable<SvgUnit> collection)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<SvgUnit> | collection |
Clone()
Declaration
public object Clone()
Returns
| Type | Description |
|---|---|
| Object |
IsNullOrEmpty(SvgUnitCollection)
Declaration
public static bool IsNullOrEmpty(SvgUnitCollection collection)
Parameters
| Type | Name | Description |
|---|---|---|
| SvgUnitCollection | collection |
Returns
| Type | Description |
|---|---|
| Boolean |
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.Object.ToString()
Implements
System.Collections.IEnumerable
System.Collections.Specialized.INotifyCollectionChanged