ConstraintType 列舉

定義

列舉,指定條件約束為常數、相對於檢視,或是相對於其父代。

public enum ConstraintType
type ConstraintType = 
繼承
ConstraintType

欄位

Constant 2

常數條件約束。

RelativeToParent 0

相對於父代項目的條件約束。

RelativeToView 1

相對於檢視的條件約束。

適用於