ContentPresenter.LayoutChildren(Double, Double, Double, Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
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)
Parameters
- x
- Double
- y
- Double
- width
- Double
- height
- Double
- Attributes
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.