다음을 통해 공유


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.

적용 대상