RelativeLayout.GetBoundsConstraint(BindableObject) 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.
Returns the bounds constraint of the bindable
.
public static Xamarin.Forms.BoundsConstraint GetBoundsConstraint (Xamarin.Forms.BindableObject bindable);
static member GetBoundsConstraint : Xamarin.Forms.BindableObject -> Xamarin.Forms.BoundsConstraint
Parameters
- bindable
- BindableObject
The BindableObject for which the bounds constraint is being requested.
Returns
The BoundsConstraint of the bindable
.