SplitView.PaneBackground Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
property Brush ^ PaneBackground { Brush ^ get(); void set(Brush ^ value); };
Brush PaneBackground();
void PaneBackground(Brush value);
public Brush PaneBackground { get; set; }
var brush = splitView.paneBackground;
splitView.paneBackground = brush;
Public Property PaneBackground As Brush
<SplitView PaneBackground="{StaticResource resourceName}"/>
- or -
<SplitView PaneBackground="colorString"/>
- or -
<SplitView>
<SplitView.PaneBackground>singleBrush</SplitView.PaneBackground>
</SplitView>
Valeur de propriété
Pinceau à appliquer à l’arrière-plan de la zone Volet du contrôle.