Compartir a través de


AdornerColors.RailFillColor (Propiedad)

Obtiene el color de relleno para los raíles.

Espacio de nombres:  Microsoft.Windows.Design.Interaction
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
Public Shared ReadOnly Property RailFillColor As Color
    Get
public static Color RailFillColor { get; }
public:
static property Color RailFillColor {
    Color get ();
}
static member RailFillColor : Color
static function get RailFillColor () : Color

Valor de propiedad

Tipo: System.Windows.Media.Color
Color que representa el color estándar para los raíles en WPF Designer.

Ejemplos

En el ejemplo de código siguiente se muestra cómo utilizar la clase AdornerColors para establecer Background de un control Slider en el RailFillColor estándar. Para obtener más información, vea Tutorial: Implementar un raíl en un control.

' Set the slider's background to the rail fill color.
skewSlider.Background = AdornerColors.RailFillBrush
// Set the slider's background to the rail fill color.
skewSlider.Background = AdornerColors.RailFillBrush;

Seguridad de .NET Framework

Vea también

Referencia

AdornerColors Clase

Microsoft.Windows.Design.Interaction (Espacio de nombres)

AdornerPanel

AdornerFonts

PrimarySelectionAdornerProvider

Otros recursos

Tutorial: Crear un adorno en tiempo de diseño

Tutorial: Implementar un raíl en un control

Arquitectura de los adornos