VisualElement.ComputeConstraintForView(View) 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.
protected:
virtual Microsoft::Maui::Controls::LayoutConstraint ComputeConstraintForView(Microsoft::Maui::Controls::View ^ view);
protected virtual Microsoft.Maui.Controls.LayoutConstraint ComputeConstraintForView(Microsoft.Maui.Controls.View view);
abstract member ComputeConstraintForView : Microsoft.Maui.Controls.View -> Microsoft.Maui.Controls.LayoutConstraint
override this.ComputeConstraintForView : Microsoft.Maui.Controls.View -> Microsoft.Maui.Controls.LayoutConstraint
Protected Overridable Function ComputeConstraintForView (view As View) As LayoutConstraint
Parameters
- view
- View