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画笔。

适用于