Windows.UI.Xaml.Documents.TextElement.Name

June 22, 2022 · View on GitHub

-description

Gets or sets a unique identification for the object. Name can only be set from initial parsing of XAML.

-xaml-syntax

<textElement Name="xamlNameString"/>

-property-value

The unique identifier for the object. This property is read-only for code, but write-only for XAML, due to special parser handling of XAML properties named "Name".

-remarks

-examples

-see-also