GradientStopCollection.Parse(String) Methode

Definition

Konvertiert eine String-Darstellung einer GradientStopCollection in die entsprechende GradientStopCollection-Struktur.

public:
 static System::Windows::Media::GradientStopCollection ^ Parse(System::String ^ source);
public static System.Windows.Media.GradientStopCollection Parse (string source);
static member Parse : string -> System.Windows.Media.GradientStopCollection
Public Shared Function Parse (source As String) As GradientStopCollection

Parameter

source
String

Die String-Darstellung der GradientStopCollection.

Gibt zurück

Gibt die entsprechende GradientStopCollection zurück.

Gilt für: