CompositionProjectedShadowCaster.Brush Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the brush used to draw the shadow.
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
Property Value
The brush used to draw the shadow.
Remarks
The brush must be a CompositionColorBrush.