ConstraintType 列挙型

定義

制約が定数か、ビューに相対か、それともその親に相対かを示す列挙型。

public enum ConstraintType
type ConstraintType = 
継承
ConstraintType

フィールド

Constant 2

定数の制約。

RelativeToParent 0

親要素に相対となる制約。

RelativeToView 1

ビューに相対となる制約。

適用対象