Colors.MediumVioletRed Propiedad

Definición

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

public:
 static property System::Windows::Media::Color MediumVioletRed { System::Windows::Media::Color get(); };
public static System.Windows.Media.Color MediumVioletRed { get; }
static member MediumVioletRed : System.Windows.Media.Color
Public Shared ReadOnly Property MediumVioletRed 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="MediumVioletRed"/>  

Se aplica a