RibbonToggleButton.MouseOverBackground Propiedad

Definición

Obtiene o establece el pincel que se usa para dibujar el fondo del control cuando el puntero del mouse está sobre él.

public:
 property System::Windows::Media::Brush ^ MouseOverBackground { System::Windows::Media::Brush ^ get(); void set(System::Windows::Media::Brush ^ value); };
public System.Windows.Media.Brush MouseOverBackground { get; set; }
member this.MouseOverBackground : System.Windows.Media.Brush with get, set
Public Property MouseOverBackground As Brush

Valor de propiedad

Pincel que se usa para dibujar el fondo del control cuando el puntero del mouse está sobre él.

Comentarios

Información de la propiedad dependency

Elemento Value
Campo identificador MouseOverBackgroundProperty
Propiedades de metadatos establecidas en true Ninguno

Se aplica a