BoundsConstraint Class

Definition

A bounds layout constraint used by RelativeLayouts.

public ref class BoundsConstraint
public class BoundsConstraint
type BoundsConstraint = class
Public Class BoundsConstraint
Inheritance
BoundsConstraint

Methods

FromExpression(Expression<Func<Rect>>, 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