Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
TileBrush.Stretch Property
Definition
- Namespace:
- Microsoft.UI.Xaml.Media
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 Stretch Stretch { Stretch get(); void set(Stretch value); };
Stretch Stretch();
void Stretch(Stretch value);
public Stretch Stretch { get; set; }
var stretch = tileBrush.stretch;
tileBrush.stretch = stretch;
Public Property Stretch As Stretch
<brush Stretch="stretchMemberName"/>
Property Value
A value that specifies how this TileBrush content is projected onto its base tile. The default value is Fill.
Applies to
Feedback
Was this page helpful?
