Search Results for

    Show / Hide Table of Contents

    Class SvgUnitCollection

    Represents a list of SvgUnit.

    Inheritance
    Object
    System.Collections.ObjectModel.Collection<SvgUnit>
    ObservableCollection<SvgUnit>
    SvgUnitCollection
    Implements
    IList<SvgUnit>
    ICollection<SvgUnit>
    IReadOnlyList<SvgUnit>
    IReadOnlyCollection<SvgUnit>
    IEnumerable<SvgUnit>
    IList
    ICollection
    System.Collections.IEnumerable
    System.Collections.Specialized.INotifyCollectionChanged
    INotifyPropertyChanged
    ICloneable
    Inherited Members
    ObservableCollection<SvgUnit>.BlockReentrancy()
    ObservableCollection<SvgUnit>.CheckReentrancy()
    ObservableCollection<SvgUnit>.ClearItems()
    ObservableCollection<SvgUnit>.InsertItem(Int32, SvgUnit)
    System.Collections.ObjectModel.ObservableCollection<Svg.SvgUnit>.Move(System.Int32, System.Int32)
    ObservableCollection<SvgUnit>.MoveItem(Int32, Int32)
    ObservableCollection<SvgUnit>.OnCollectionChanged(NotifyCollectionChangedEventArgs)
    ObservableCollection<SvgUnit>.OnPropertyChanged(PropertyChangedEventArgs)
    System.Collections.ObjectModel.ObservableCollection<Svg.SvgUnit>.RemoveItem(System.Int32)
    System.Collections.ObjectModel.ObservableCollection<Svg.SvgUnit>.SetItem(System.Int32, Svg.SvgUnit)
    ObservableCollection<SvgUnit>.CollectionChanged
    System.Collections.ObjectModel.ObservableCollection<Svg.SvgUnit>.PropertyChanged
    ObservableCollection<SvgUnit>.INotifyPropertyChanged.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)
    Collection<SvgUnit>.Add(SvgUnit)
    System.Collections.ObjectModel.Collection<Svg.SvgUnit>.Clear()
    Collection<SvgUnit>.Contains(SvgUnit)
    Collection<SvgUnit>.CopyTo(SvgUnit[], Int32)
    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)
    Collection<SvgUnit>.Remove(SvgUnit)
    Collection<SvgUnit>.RemoveAt(Int32)
    System.Collections.ObjectModel.Collection<Svg.SvgUnit>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    Collection<SvgUnit>.IEnumerable.GetEnumerator()
    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)
    Collection<SvgUnit>.Count
    Collection<SvgUnit>.Item[Int32]
    System.Collections.ObjectModel.Collection<Svg.SvgUnit>.Items
    Collection<SvgUnit>.ICollection<SvgUnit>.IsReadOnly
    Collection<SvgUnit>.ICollection.IsSynchronized
    Collection<SvgUnit>.ICollection.SyncRoot
    Collection<SvgUnit>.IList.IsFixedSize
    Collection<SvgUnit>.IList.IsReadOnly
    System.Collections.ObjectModel.Collection<Svg.SvgUnit>.System.Collections.IList.Item[System.Int32]
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    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 Source

    Inherit

    Declaration
    public const string Inherit = "inherit"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    None

    Declaration
    public const string None = "none"
    Field Value
    Type Description
    System.String

    Properties

    | Improve this Doc View Source

    StringForEmptyValue

    Sets None or Inherit if needed.

    Declaration
    public string StringForEmptyValue { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    AddRange(IEnumerable<SvgUnit>)

    Declaration
    public void AddRange(IEnumerable<SvgUnit> collection)
    Parameters
    Type Name Description
    IEnumerable<SvgUnit> collection
    | Improve this Doc View Source

    Clone()

    Declaration
    public object Clone()
    Returns
    Type Description
    Object
    | Improve this Doc View Source

    IsNullOrEmpty(SvgUnitCollection)

    Declaration
    public static bool IsNullOrEmpty(SvgUnitCollection collection)
    Parameters
    Type Name Description
    SvgUnitCollection collection
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    Implements

    System.Collections.Generic.IList<T>
    System.Collections.Generic.ICollection<T>
    System.Collections.Generic.IReadOnlyList<T>
    System.Collections.Generic.IReadOnlyCollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.IEnumerable
    System.Collections.Specialized.INotifyCollectionChanged
    System.ComponentModel.INotifyPropertyChanged
    System.ICloneable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX