Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 696 Bytes

targetpropertypath.md

File metadata and controls

30 lines (19 loc) · 696 Bytes
-api-id -api-type
T:Windows.UI.Xaml.TargetPropertyPath
winrt class

Windows.UI.Xaml.TargetPropertyPath

-description

Represents the path to a property on a target element.

-remarks

TargetPropertyPath is used to create the simplified dotted Setter.Target syntax in XAML.

-examples

In this example, myPanel.Orientation is a TargetPropertyPath where myPanel is the Target and Orientation is the Property.

<Setter Target="myPanel.Orientation" Value="Horizontal"/>

-see-also

Setter