GradientStopCollection.Parse(String) Método

Definición

Convierte una String representación de gradientStopCollection en el equivalente 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

Parámetros

source
String

Representación String de GradientStopCollection.

Devoluciones

Devuelve el equivalente GradientStopCollection.

Se aplica a