SplitView.PaneBackground Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>
Property Value
The Brush to apply to the background of the Pane area of the control.