SplitOpenThemeAnimation.ClosedTarget 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 specifies the initial clip size.
public:
property DependencyObject ^ ClosedTarget { DependencyObject ^ get(); void set(DependencyObject ^ value); };
DependencyObject ClosedTarget();
void ClosedTarget(DependencyObject value);
public DependencyObject ClosedTarget { get; set; }
var dependencyObject = splitOpenThemeAnimation.closedTarget;
splitOpenThemeAnimation.closedTarget = dependencyObject;
Public Property ClosedTarget As DependencyObject
Property Value
The UI element that specifies the initial clip size.
Remarks
Don't set this in XAML. For a XAML declaration, use ClosedTargetName instead.