SplitView.PaneBackground プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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>
プロパティ値
コントロールの [ウィンドウ] 領域の背景に適用するブラシ。