Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Shape.Fill Property
Definition
- Namespace:
- Microsoft.UI.Xaml.Shapes
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.
public:
property Brush ^ Fill { Brush ^ get(); void set(Brush ^ value); };
Brush Fill();
void Fill(Brush value);
public Brush Fill { get; set; }
var brush = shape.fill;
shape.fill = brush;
Public Property Fill As Brush
<shape Fill="{StaticResource resourceName}"/>
- or -
<shape Fill="colorString"/>
- or -
<shape>
<shape.Fill>singleBrush</shape.Fill>
</shape>
Property Value
A Brush that paints/fills the shape interior. The default is null, (a null brush) which is evaluated as Transparent for rendering.
Applies to
See also
Feedback
Was this page helpful?
