SplitOpenThemeAnimation.ClosedTargetName Property

Definition

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 = splitOpenThemeAnimation.closedTargetName;
splitOpenThemeAnimation.closedTargetName = string;
Public Property ClosedTargetName As String
<SplitOpenThemeAnimation ClosedTargetName="nameString" />

Property Value

String

Platform::String

winrt::hstring

The reference name. This is typically the x:Name of the relevant element as declared in XAML.

Applies to