Class SvgUnitCollection
- Namespace
- Svg
- Assembly
- Svg.dll
Represents a list of SvgUnit.
[TypeConverter(typeof(SvgUnitCollectionConverter))]
public class SvgUnitCollection : ObservableCollection<SvgUnit>, IList<SvgUnit>, ICollection<SvgUnit>, IReadOnlyList<SvgUnit>, IReadOnlyCollection<SvgUnit>, IEnumerable<SvgUnit>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, ICloneable
- Inheritance
-
SvgUnitCollection
- Implements
- Inherited Members
Fields
Inherit
public const string Inherit = "inherit"
Field Value
None
public const string None = "none"
Field Value
Properties
StringForEmptyValue
public string StringForEmptyValue { get; set; }
Property Value
Methods
AddRange(IEnumerable<SvgUnit>)
public void AddRange(IEnumerable<SvgUnit> collection)
Parameters
collection
IEnumerable<SvgUnit>
Clone()
Creates a new object that is a copy of the current instance.
public object Clone()
Returns
- object
A new object that is a copy of this instance.
IsNullOrEmpty(SvgUnitCollection)
public static bool IsNullOrEmpty(SvgUnitCollection collection)
Parameters
collection
SvgUnitCollection
Returns
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.