GradientStopCollection.Parse(String) Metod

Definition

Konverterar en String representation av en GradientStopCollection till motsvarande 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

Parametrar

source
String

Representationen String av GradientStopCollection.

Returer

Returnerar motsvarande GradientStopCollection.

Gäller för