TransformCollection.Enumerator.Current Property

Definition

Gets the current item in the TransformCollection.

public:
 property System::Windows::Media::Transform ^ Current { System::Windows::Media::Transform ^ get(); };
public System.Windows.Media.Transform Current { get; }
member this.Current : System.Windows.Media.Transform
Public ReadOnly Property Current As Transform

Property Value

The current item in the TransformCollection.

Implements

Exceptions

The TransformCollection was modified after the enumerator was created.

Applies to

See also