CompositionProjectedShadowCaster.CastingVisual 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 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.