Share via


ConstraintType Enum

Definition

Specifies how a constraint is defined.

public enum class ConstraintType
public enum ConstraintType
type ConstraintType = 
Public Enum ConstraintType
Inheritance
ConstraintType

Fields

Name Value Description
RelativeToParent 0

Constraint is relative to the parent element.

RelativeToView 1

Constraint is relative to another view.

Constant 2

Constraint is a constant value.

Applies to