AccessText.MeasureOverride(Size) Method

Definition

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