CompositionProjectedShadowCaster.CastingVisual Property

Definition

Gets or sets the Visual that casts the shadow.

public:
 property Visual ^ CastingVisual { Visual ^ get(); void set(Visual ^ value); };
Visual CastingVisual();

void CastingVisual(Visual value);
public Visual CastingVisual { get; set; }
var visual = compositionProjectedShadowCaster.castingVisual;
compositionProjectedShadowCaster.castingVisual = visual;
Public Property CastingVisual As Visual

Property Value

The Visual that casts the shadow.

Applies to

See also