JumpListItemBackgroundConverter.Enabled 속성

정의

그룹이 비어 있지 않고 점프 목록 항목이 사용하도록 설정된 경우 배경에 사용할 브러시를 가져오거나 설정합니다.

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

void Enabled(Brush value);
public Brush Enabled { get; set; }
var brush = jumpListItemBackgroundConverter.enabled;
jumpListItemBackgroundConverter.enabled = brush;
Public Property Enabled As Brush

속성 값

그룹이 비어 있지 않고 점프 목록 항목이 사용하도록 설정된 경우 배경에 사용할 브러시입니다.

적용 대상