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.

Applies to