Colors.HotPink Propiedad

Definición

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

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

Valor de propiedad

Color

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="HotPink"/>  

Se aplica a