TextDecorationCollection.Enumerator.Current Property

Definition

Gets the current element in the collection.

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

Property Value

The current TextDecoration in the collection.

Implements

Applies to