Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.14 KB

backgroundsizing.md

File metadata and controls

37 lines (21 loc) · 1.14 KB
-api-id -api-type ms.custom
T:Windows.UI.Xaml.Controls.BackgroundSizing
winrt enum
RS5

Windows.UI.Xaml.Controls.BackgroundSizing

-description

Defines constants that specify how far an element's background extends in relation to the element's border.

-enum-fields

-field OuterBorderEdge:1

The element's background extends under the border to its outer edge, and is visible if the border is transparent.

-field InnerBorderEdge:0

The element's background extends to the inner edge of the border, but does not extend under the border.

-remarks

This enumeration is used by elements that have a BackgroundSizing property.

-see-also

Border.BackgroundSizing, ContentPresenter.BackgroundSizing, Control.BackgroundSizing, Grid.BackgroundSizing, RelativePanel.BackgroundSizing, StackPanel.BackgroundSizing

-examples