SplitOpenThemeAnimation.ContentTargetName 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 will be translated. Typically this is a child/part of the element identified by OpenedTargetName.
public:
property Platform::String ^ ContentTargetName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ContentTargetName();
void ContentTargetName(winrt::hstring value);
public string ContentTargetName { get; set; }
var string = splitOpenThemeAnimation.contentTargetName;
splitOpenThemeAnimation.contentTargetName = string;
Public Property ContentTargetName As String
<SplitOpenThemeAnimation ContentTargetName="nameString" />
Property Value
The reference name. This is typically the x:Name of the relevant element as declared in XAML.