Point3DCollection.Enumerator.Current Property

Definition

Gets the current Point3D in the collection.

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

Property Value

Point3D at the current position in the collection.

Implements

Applies to