SplitOpenThemeAnimation.ContentTarget 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 translated. Typically this is a child/part of the element identified by OpenedTargetName or OpenedTarget.
public:
property DependencyObject ^ ContentTarget { DependencyObject ^ get(); void set(DependencyObject ^ value); };
DependencyObject ContentTarget();
void ContentTarget(DependencyObject value);
public DependencyObject ContentTarget { get; set; }
var dependencyObject = splitOpenThemeAnimation.contentTarget;
splitOpenThemeAnimation.contentTarget = dependencyObject;
Public Property ContentTarget As DependencyObject
Property Value
The UI element that will be translated.
Remarks
Don't set this in XAML. For a XAML declaration, use ContentTargetName instead.