SplitCloseThemeAnimation.OpenedTarget 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 UI element that will be clipped.
public:
property DependencyObject ^ OpenedTarget { DependencyObject ^ get(); void set(DependencyObject ^ value); };
DependencyObject OpenedTarget();
void OpenedTarget(DependencyObject value);
public DependencyObject OpenedTarget { get; set; }
var dependencyObject = splitCloseThemeAnimation.openedTarget;
splitCloseThemeAnimation.openedTarget = dependencyObject;
Public Property OpenedTarget As DependencyObject
Property Value
The UI element that will be clipped.
Remarks
Don't set this in XAML. For a XAML declaration, use OpenedTargetName instead.