ElementHost.GetPreferredSize(Size) Method

Definition

Overrides the base class implementation GetPreferredSize(Size) to provide correct layout behavior for the hosted Windows Presentation Foundation (WPF) elements.

public:
 override System::Drawing::Size GetPreferredSize(System::Drawing::Size proposedSize);
public override System.Drawing.Size GetPreferredSize (System.Drawing.Size proposedSize);
override this.GetPreferredSize : System.Drawing.Size -> System.Drawing.Size
Public Overrides Function GetPreferredSize (proposedSize As Size) As Size

Parameters

proposedSize
Size

The custom-sized area for a WPF element.

Returns

The Size computed by the ElementHost control, given the constraints specified by proposedSize.

Applies to

See also