共用方式為


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 ()
屬性

備註

方法會 OnBehaviorAttachedOnBehaviorAttached 呼叫基底方法。 然後,如果定義了這些屬性,則會 OnBehaviorAttached 使用 MapPropertyToStyle 方法將 和 HorizontalAlign 屬性對應 BackImageUrl 至適當的樣式。

適用於

另請參閱