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 使用 MapPropertyToStyle 方法将 BackImageUrlHorizontalAlign 属性映射到适当的样式(如果定义了这些属性)。

适用于

另请参阅