次の方法で共有


PanelDesigner.OnBehaviorAttached メソッド

定義

注意事項

The recommended alternative is ControlDesigner.Tag. http://go.microsoft.com/fwlink/?linkid=14202

動作がデザイナーに結び付けられたときの通知を提供します。

protected:
 override void OnBehaviorAttached();
protected override void OnBehaviorAttached ();
[System.Obsolete("The recommended alternative is ControlDesigner.Tag. http://go.microsoft.com/fwlink/?linkid=14202")]
protected override void OnBehaviorAttached ();
override this.OnBehaviorAttached : unit -> unit
[<System.Obsolete("The recommended alternative is ControlDesigner.Tag. http://go.microsoft.com/fwlink/?linkid=14202")>]
override this.OnBehaviorAttached : unit -> unit
Protected Overrides Sub OnBehaviorAttached ()
属性

注釈

メソッドは、 OnBehaviorAttached OnBehaviorAttached 基本メソッドを呼び出します。 次に、メソッドを使用して、プロパティ OnBehaviorAttached BackImageUrlHorizontalAlign プロパティを適切なスタイルにマップし MapPropertyToStyle ます (これらのプロパティが定義されている場合)。

適用対象

こちらもご覧ください