RelativeSource.Mode プロパティ

定義

バインディング ターゲットの位置を基準とする、バインディング ソースの相対的な位置を示す RelativeSourceMode 値を取得または設定します。

public:
 property System::Windows::Data::RelativeSourceMode Mode { System::Windows::Data::RelativeSourceMode get(); void set(System::Windows::Data::RelativeSourceMode value); };
public System.Windows.Data.RelativeSourceMode Mode { get; set; }
member this.Mode : System.Windows.Data.RelativeSourceMode with get, set
Public Property Mode As RelativeSourceMode

プロパティ値

RelativeSourceMode 値のいずれか 1 つ。 既定値は null です。

例外

このプロパティは、初期化後に変更できません。 このインスタンスで Mode を変更するのではなく、新しい RelativeSource を作成するか、別の静的なインスタンスを使用します。

注釈

このプロパティは、初期化後に読み取り専用です。 このプロパティが明示的に設定されていない場合、 または AncestorType プロパティと プロパティをAncestorLevel設定AncestorTypeすると、このプロパティ値FindAncestorが に暗黙的にロックされます。

XAML テキストの使用法

XAML の詳細については、「 RelativeSource MarkupExtension」を参照してください。

適用対象

こちらもご覧ください