CompositionProjectedShadow.Receivers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.