Control.BackgroundSizingProperty Property

Definition

Identifies the BackgroundSizing dependency property.

public:
 static property DependencyProperty ^ BackgroundSizingProperty { DependencyProperty ^ get(); };
static DependencyProperty BackgroundSizingProperty();
public static DependencyProperty BackgroundSizingProperty { get; }
var dependencyProperty = Control.backgroundSizingProperty;
Public Shared ReadOnly Property BackgroundSizingProperty As DependencyProperty

Property Value

The identifier for the BackgroundSizing dependency property.

Windows requirements

Device family
Windows 10, version 1809 (introduced in 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v7.0)

Applies to