GradientStopCollection.Parse(String) Methode

Definitie

Converteert een String weergave van een GradientStopCollection naar het equivalent GradientStopCollection.

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

Parameters

source
String

De String weergave van de GradientStopCollection.

Retouren

Geeft als resultaat het equivalent GradientStopCollection.

Van toepassing op