Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.08 KB

border_backgroundsizing.md

File metadata and controls

32 lines (18 loc) · 1.08 KB
-api-id -api-type ms.custom
P:Windows.UI.Xaml.Controls.Border.BackgroundSizing
winrt property
RS5

Windows.UI.Xaml.Controls.Border.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, ContentPresenter.BackgroundSizing, Control.BackgroundSizing, Grid.BackgroundSizing, RelativePanel.BackgroundSizing, StackPanel.BackgroundSizing

-examples