Поделиться через


TargetPropertyPath Класс

Определение

Представляет путь к свойству целевого элемента.

public ref class TargetPropertyPath sealed
/// [Windows.Foundation.Metadata.Activatable(Microsoft.UI.Xaml.ITargetPropertyPathFactory, 65536, "Microsoft.UI.Xaml.WinUIContract")]
/// [Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.WinUIContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class TargetPropertyPath final
[Windows.Foundation.Metadata.Activatable(typeof(Microsoft.UI.Xaml.ITargetPropertyPathFactory), 65536, "Microsoft.UI.Xaml.WinUIContract")]
[Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.WinUIContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class TargetPropertyPath
Public NotInheritable Class TargetPropertyPath
Наследование
Object Platform::Object IInspectable TargetPropertyPath
Атрибуты

Примеры

В этом примере — , TargetPropertyPath где myPanel — целевой объект, myPanel.Orientation а Orientationсвойство.

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

Комментарии

TargetPropertyPath используется для создания упрощенного синтаксиса Setter.Target с точками в XAML.

Конструкторы

TargetPropertyPath()

Инициализирует новый экземпляр класса TargetPropertyPath .

TargetPropertyPath(DependencyProperty)

Инициализирует новый экземпляр класса TargetPropertyPath с указанным целевым свойством.

Свойства

Path

Возвращает или задает путь к свойству целевого элемента.

Target

Возвращает или задает объект , содержащий свойство, описанное path.

Применяется к

См. также раздел