ElementHost.GetPreferredSize(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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.