Share via


SplitView.PaneBackground 屬性

定義

取得或設定要套用至控件窗格區域背景的 Brush

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>

屬性值

要套用至控件窗格區域背景的 Brush

適用於