CompositionProjectedShadowCaster.AncestorClip 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.
public:
property Visual ^ AncestorClip { Visual ^ get(); void set(Visual ^ value); };
Visual AncestorClip();
void AncestorClip(Visual value);
public Visual AncestorClip { get; set; }
var visual = compositionProjectedShadowCaster.ancestorClip;
compositionProjectedShadowCaster.ancestorClip = visual;
Public Property AncestorClip As Visual