SplitCloseThemeAnimation.ClosedTargetName 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 identifying name of the UI element that specifies the initial clip size.
public:
property Platform::String ^ ClosedTargetName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ClosedTargetName();
void ClosedTargetName(winrt::hstring value);
public string ClosedTargetName { get; set; }
var string = splitCloseThemeAnimation.closedTargetName;
splitCloseThemeAnimation.closedTargetName = string;
Public Property ClosedTargetName As String
<SplitCloseThemeAnimation ClosedTargetName="nameString" />
Property Value
The reference name. This is typically the x:Name of the relevant element as declared in XAML.
Remarks
If this target is not provided, the animation runs assuming that the split will happen from the center.