Table of Contents

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

string

None

public const string None = "none"

Field Value

string

Properties

StringForEmptyValue

Sets None or Inherit if needed.

public string StringForEmptyValue { get; set; }

Property Value

string

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

bool

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.