SystemColors.ControlLightLightColor Propiedad

Definición

Obtiene una estructura Color, que es el color de resaltado de un elemento representado tridimensionalmente.

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

Valor de propiedad

Color de resaltado de un elemento tridimensional representado.

Comentarios

Uso de atributos XAML

<object property="{x:Static SystemColors.ControlLightLightColor}"/>  

Valores XAML

x:Static
Extensión de marcado x:Static.

Se aplica a