Share via


ScrollPresenter.Background プロパティ

定義

の背景を提供するブラシを取得または設定します ScrollPresenter

public:
 property Brush ^ Background { Brush ^ get(); void set(Brush ^ value); };
Brush Background();

void Background(Brush value);
public Brush Background { get; set; }
var brush = scrollPresenter.background;
scrollPresenter.background = brush;
Public Property Background As Brush

プロパティ値

の背景を提供する ScrollPresenterブラシ。

適用対象