Compartir vía


PanelDesigner.OnBehaviorAttached Método

Definición

Precaución

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

Proporciona una notificación cuando un determinado comportamiento está asociado al diseñador.

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 ()
Atributos

Comentarios

El OnBehaviorAttached método llama al OnBehaviorAttached método base. A continuación, OnBehaviorAttached asigna BackImageUrl las HorizontalAlign propiedades y al estilo adecuado mediante el MapPropertyToStyle método, si se definen estas propiedades.

Se aplica a

Consulte también