TemplatedView.LayoutChildren(Double, Double, Double, Double) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Dikkat
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)
Parametreler
- x
- Double
- y
- Double
- width
- Double
- height
- Double
- Öznitelikler
Şunlara uygulanır
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.