TransformCollection Class
Assembly: PresentationCore (in presentationcore.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
public sealed class TransformCollection : Animatable, IList, ICollection, IList<Transform>, ICollection<Transform>, IEnumerable<Transform>, IEnumerable
public final class TransformCollection extends Animatable implements IList, ICollection, IList<Transform>, ICollection<Transform>, IEnumerable<Transform>, IEnumerable
public final class TransformCollection extends Animatable implements IList, ICollection, IList<Transform>, ICollection<Transform>, IEnumerable<Transform>, IEnumerable
<TransformCollection .../>
<object> <object.property> oneOrMoreTransformObjectElements </object.property> </object>
oneOrMoreTransformKeyFrameObjectElements One or more Transform objects, declared using object element syntax.
Except as noted, members of this class behave exactly as described by the IList, ICollection, and IEnumerable documentation.
Freezable Features: Because it inherits from the Freezable class, the TransformCollection class provides several special features: TransformCollection 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.Animation.Animatable
System.Windows.Media.TransformCollection
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.