Share via


CompositionLight.ExclusionsFromTargets Property

Definition

Gets a collection of Visuals that are not targeted by the light.

public:
 property VisualUnorderedCollection ^ ExclusionsFromTargets { VisualUnorderedCollection ^ get(); };
VisualUnorderedCollection ExclusionsFromTargets();
public VisualUnorderedCollection ExclusionsFromTargets { get; }
var visualUnorderedCollection = compositionLight.exclusionsFromTargets;
Public ReadOnly Property ExclusionsFromTargets As VisualUnorderedCollection

Property Value

The collection of Visuals that are not targeted by the light.

Applies to