CompositionSpriteShape.StrokeBrush 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 that paints the outline of the shape.
public:
property CompositionBrush ^ StrokeBrush { CompositionBrush ^ get(); void set(CompositionBrush ^ value); };
CompositionBrush StrokeBrush();
void StrokeBrush(CompositionBrush value);
public CompositionBrush StrokeBrush { get; set; }
var compositionBrush = compositionSpriteShape.strokeBrush;
compositionSpriteShape.strokeBrush = compositionBrush;
Public Property StrokeBrush As CompositionBrush
Property Value
A brush that paints the shape outline.