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