'宣言 Public Overloads Function GetConstraint( _ ByVal targetParam As TargetParam, _ ByVal anchorRect As LayoutRect, _ Optional ByVal anchorParam As AnchorParam _ ) As Constraint
public Constraint GetConstraint( TargetParam targetParam, LayoutRect anchorRect, AnchorParam anchorParam )
パラメータ
- targetParam
- The target parameter of the Constraint to search for.
- anchorRect
- The referenced (anchor) LayoutRect or null 参照 (Visual Basicでは Nothing) to reference the owner LayoutView.
- anchorParam
- The source parameter of the anchor LayoutRect; AnchorParam.None means any anchor parameter.
戻り値の型
The found Constraint object or null if the constraint is not found.