VectorCollection Class
Assembly: PresentationCore (in presentationcore.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
[TypeConverterAttribute(typeof(VectorCollectionConverter))] public sealed class VectorCollection : Freezable, IFormattable, IList, ICollection, IList<Vector>, ICollection<Vector>, IEnumerable<Vector>, IEnumerable
/** @attribute TypeConverterAttribute(System.Windows.Media.VectorCollectionConverter) */ public final class VectorCollection extends Freezable implements IFormattable, IList, ICollection, IList<Vector>, ICollection<Vector>, IEnumerable<Vector>, IEnumerable
TypeConverterAttribute(System.Windows.Media.VectorCollectionConverter) public final class VectorCollection extends Freezable implements IFormattable, IList, ICollection, IList<Vector>, ICollection<Vector>, IEnumerable<Vector>, IEnumerable
<VectorCollection .../>
<object> <object.property> oneOrMoreVectorObjectElements </object.property> </object>
<object property="oneOrMoreVectors"/>
oneOrMoreVectors One or more vector values, with each pair delimited by a single comma and/or one or more spaces: Vector [delimeter Vector ]* For example, "0,0 100,100 200,100" and "0,0,100,100,200,100" are both valid. oneOrMoreVectorObjectElements One or more Vector values, declared using object element syntax.
Members of this class behave exactly as described by the IList, ICollection, and IEnumerable documentation, except that this implementation throws an ArgumentException if you attempt to insert a null (Nothing) reference into the collection.
Freezable Features: Because it inherits from the Freezable class, the VectorCollection class provides several special features: VectorCollection objects can be declared as resources, shared among multiple objects, made read-only to improve performance, cloned, and made thread-safe. For more information about the different features provided by Freezable objects, see the Freezable Objects Overview.
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Freezable
System.Windows.Media.VectorCollection
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Reference
VectorCollection MembersSystem.Windows.Media Namespace
IList
ICollection
IEnumerable