Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 604 Bytes

textelement_name.md

File metadata and controls

30 lines (19 loc) · 604 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Documents.TextElement.Name
winrt property

Windows.UI.Xaml.Documents.TextElement.Name

-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