ContentPresenter.LayoutChildren(Double, Double, Double, Double) Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Upozornění
Use InvalidateArrange if you need to trigger a new arrange and then put your arrange logic inside ArrangeOverride instead
protected:
override void LayoutChildren(double x, double y, double width, double height);
protected override void LayoutChildren (double x, double y, double width, double height);
[System.Obsolete("Use InvalidateArrange if you need to trigger a new arrange and then put your arrange logic inside ArrangeOverride instead")]
protected override void LayoutChildren (double x, double y, double width, double height);
override this.LayoutChildren : double * double * double * double -> unit
[<System.Obsolete("Use InvalidateArrange if you need to trigger a new arrange and then put your arrange logic inside ArrangeOverride instead")>]
override this.LayoutChildren : double * double * double * double -> unit
Protected Overrides Sub LayoutChildren (x As Double, y As Double, width As Double, height As Double)
Parametry
- x
- Double
- y
- Double
- width
- Double
- height
- Double
- Atributy
Platí pro
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.