Udostępnij za pośrednictwem


PanelDesigner.OnBehaviorAttached Metoda

Definicja

Przestroga

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

Dostarcza powiadomienie, gdy zachowanie jest dołączone do projektanta.

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

Uwagi

Metoda OnBehaviorAttached wywołuje metodę podstawową OnBehaviorAttached . OnBehaviorAttached Następnie właściwości i HorizontalAlign są mapowane BackImageUrl na odpowiedni styl przy użyciu MapPropertyToStyle metody , jeśli te właściwości są zdefiniowane.

Dotyczy

Zobacz też