RibbonButton.FocusedBackground Propiedad

Definición

Obtiene o establece el pincel que se usa para dibujar el fondo del control cuando tiene el foco.

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

Valor de propiedad

Pincel que se usa para dibujar el fondo del control cuando tiene el foco.

Comentarios

Información de la propiedad dependency

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

Se aplica a