Control.ArrangeOverride(Size) 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.
Called to arrange and size the content of a Control object.
protected:
override System::Windows::Size ArrangeOverride(System::Windows::Size arrangeBounds);
protected override System.Windows.Size ArrangeOverride (System.Windows.Size arrangeBounds);
override this.ArrangeOverride : System.Windows.Size -> System.Windows.Size
Protected Overrides Function ArrangeOverride (arrangeBounds As Size) As Size
Parameters
- arrangeBounds
- Size
The computed size that is used to arrange the content.
Returns
The size of the control.
Remarks
The default control arrangement arranges only the first visual child. No transforms are applied.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.