Colors.Pink Propiedad

Definición

Obtiene el color definido por el sistema que tiene un valor ARGB de #FFFFC0CB.

public:
 static property System::Windows::Media::Color Pink { System::Windows::Media::Color get(); };
public static System.Windows.Media.Color Pink { get; }
static member Pink : System.Windows.Media.Color
Public Shared ReadOnly Property Pink As Color

Valor de propiedad

Representa colores en términos de canales alfa, rojo, verde y azul.

Comentarios

Para obtener más información sobre las propiedades de color, vea Colors.

Uso de atributos XAML

<object property="Pink"/>  

Se aplica a