AccessText.MeasureOverride(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.
Remeasures the control.
protected:
override System::Windows::Size MeasureOverride(System::Windows::Size constraint);
protected override sealed System.Windows.Size MeasureOverride (System.Windows.Size constraint);
override this.MeasureOverride : System.Windows.Size -> System.Windows.Size
Protected Overrides NotOverridable Function MeasureOverride (constraint As Size) As Size
Parameters
- constraint
- Size
The maximum size limit for the control. The return value cannot exceed this size.
Returns
The size of the control. Cannot exceed the maximum size limit for the control.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.