CompositionProjectedShadow.Receivers Property

Definition

Gets the collection of objects that the shadow is cast on.

public:
 property CompositionProjectedShadowReceiverUnorderedCollection ^ Receivers { CompositionProjectedShadowReceiverUnorderedCollection ^ get(); };
CompositionProjectedShadowReceiverUnorderedCollection Receivers();
public CompositionProjectedShadowReceiverUnorderedCollection Receivers { get; }
var compositionProjectedShadowReceiverUnorderedCollection = compositionProjectedShadow.receivers;
Public ReadOnly Property Receivers As CompositionProjectedShadowReceiverUnorderedCollection

Property Value

The collection of objects that the shadow is cast on.

Applies to