UIElement.LightsProperty Property

Definition

Identifies the Lights dependency property.

public:
 static property DependencyProperty ^ LightsProperty { DependencyProperty ^ get(); };
static DependencyProperty LightsProperty();
public static DependencyProperty LightsProperty { get; }
var dependencyProperty = UIElement.lightsProperty;
Public Shared ReadOnly Property LightsProperty As DependencyProperty

Property Value

The identifier for the Lights dependency property.

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Applies to