BoundsConstraint Class

Definition

A bounds layout constraint used by RelativeLayouts.

public class BoundsConstraint
type BoundsConstraint = class
Inheritance
BoundsConstraint

Methods

FromExpression(Expression<Func<Rectangle>>, IEnumerable<View>)

Returns a BoundsConstraint object that contains the compiled version of expression and is relative to either parents or the views referred to in expression.

Applies to