Partilhar via


PanelDesigner.OnBehaviorAttached Método

Definição

Cuidado

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

Fornece notificação quando um comportamento é anexado ao designer.

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

Comentários

O OnBehaviorAttached método chama o OnBehaviorAttached método base. Em seguida, o OnBehaviorAttached mapeia as BackImageUrl HorizontalAlign Propriedades e para o estilo apropriado usando o MapPropertyToStyle método, se essas propriedades forem definidas.

Aplica-se a

Confira também