GeneralTransform3DCollection Class
Represents an ordered collection of GeneralTransform3D objects.
Assembly: PresentationCore (in PresentationCore.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
'Declaration Public NotInheritable Class GeneralTransform3DCollection _ Inherits Animatable _ Implements IList, ICollection, IList(Of GeneralTransform3D), _ ICollection(Of GeneralTransform3D), IEnumerable(Of GeneralTransform3D), IEnumerable 'Usage Dim instance As GeneralTransform3DCollection
<GeneralTransform3DCollection .../>
<object> <object.property> oneOrMoreGeneralTransform3DObjectElements </object.property> </object>
XAML Values
Except as noted, members of this class behave exactly as described by the IList(Of T), ICollection(Of T), and IEnumerable(Of T) documentation.
Freezable Features: Because it inherits from the Freezable class, the GeneralTransform3DCollection class provides several special features: GeneralTransform3DCollection 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 Freezable Objects Overview.
GeneralTransform3DCollection is introduced in the .NET Framework version 3.5. For more information, see .NET Framework 3.5 Architecture.
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Freezable
System.Windows.Media.Animation.Animatable
System.Windows.Media.Media3D.GeneralTransform3DCollection
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.