JumpListItemForegroundConverter.Disabled 속성

정의

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

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

void Disabled(Brush value);
public Brush Disabled { get; set; }
var brush = jumpListItemForegroundConverter.disabled;
jumpListItemForegroundConverter.disabled = brush;
Public Property Disabled As Brush

속성 값

그룹이 비어 있고 점프 목록 항목이 비활성화된 경우 포그라운드에 사용할 브러시입니다.

적용 대상