Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.02 KB

grid_backgroundsizing.md

File metadata and controls

28 lines (17 loc) · 1.02 KB
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.Grid.BackgroundSizing
winrt property

Microsoft.UI.Xaml.Controls.Grid.BackgroundSizing

-description

Gets or sets a value that indicates how far the background extends in relation to this element's border.

-property-value

A value of the enumeration that indicates how far the background extends. The default is InnerBorderEdge.

-remarks

You can set this property to OuterBorderEdge to make the element's background extend under the border. If the border is transparent, the background will show through it.

-see-also

BackgroundSizing, BackgroundSizing, ContentPresenter.BackgroundSizing, Control.BackgroundSizing, RelativePanel.BackgroundSizing, StackPanel.BackgroundSizing

-examples