CompositionProjectedShadowCaster.Brush 속성

정의

그림자를 그리는 데 사용되는 브러시를 가져오거나 설정합니다.

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

void Brush(CompositionBrush value);
public CompositionBrush Brush { get; set; }
var compositionBrush = compositionProjectedShadowCaster.brush;
compositionProjectedShadowCaster.brush = compositionBrush;
Public Property Brush As CompositionBrush

속성 값

그림자를 그리는 데 사용되는 브러시입니다.

설명

브러시는 CompositionColorBrush여야 합니다.

적용 대상