タグ

*MemoとXAMLに関するpmintのブックマーク (2)

  • PropertyPath の XAML 構文 - WPF .NET Framework

    PropertyPath オブジェクトは、PropertyPath 型を値として使用する各種プロパティを設定するうえで、複雑なインライン XAML 構文をサポートします。 このトピックでは、バインド構文とアニメーション構文に適用される PropertyPath 構文について説明します。 PropertyPath を使用する場所 PropertyPath はいくつかの Windows Presentation Foundation (WPF) 機能で使用される一般的なオブジェクトです。 共通の PropertyPath を使用してプロパティ パス情報を伝えるにもかかわらず、PropertyPath を型として使用する各機能領域の使用法はそれぞれ異なります。 そのため、機能ごとに構文を説明する方が実際的です。 WPF は主に、PropertyPath を使用して、オブジェクト データ ソースの

    PropertyPath の XAML 構文 - WPF .NET Framework
  • XAML resources overview - WPF .NET

    A resource is an object that can be reused in different places in your app. Examples of resources include brushes and styles. This overview describes how to use resources in Extensible Application Markup Language (XAML). You can also create and access resources by using code. Use resources in XAML The following example defines a SolidColorBrush as a resource on the root element of a page. The exam

    XAML resources overview - WPF .NET
  • 1