共用方式為


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筆刷。

適用於