RelativeLayout.SetHeightConstraint(BindableObject, Constraint) 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.
Sets value
as a constraint on the height of the bindable
.
public static void SetHeightConstraint (Xamarin.Forms.BindableObject bindable, Xamarin.Forms.Constraint value);
static member SetHeightConstraint : Xamarin.Forms.BindableObject * Xamarin.Forms.Constraint -> unit
Parameters
- bindable
- BindableObject
The BindableObject to which the constraint will be applied.
- value
- Constraint
The Constraint on the height of the bindable
.