Condividi tramite


NSLayoutAnchor<AnchorType>.ConstraintGreaterThanOrEqualTo Metodo

Definizione

Overload

ConstraintGreaterThanOrEqualTo(NSLayoutAnchor<AnchorType>)

Crea un NSLayoutConstraint valore il cui valore è almeno uguale a quello del vincolo di anchor.

ConstraintGreaterThanOrEqualTo(NSLayoutAnchor<AnchorType>, nfloat)

Crea un NSLayoutConstraint valore il cui valore è almeno uguale a quello del vincolo dei anchor pixel più constant .

ConstraintGreaterThanOrEqualTo(NSLayoutAnchor<AnchorType>)

Crea un NSLayoutConstraint valore il cui valore è almeno uguale a quello del vincolo di anchor.

[Foundation.Export("constraintGreaterThanOrEqualToAnchor:")]
public virtual UIKit.NSLayoutConstraint ConstraintGreaterThanOrEqualTo (UIKit.NSLayoutAnchor<AnchorType> anchor);
abstract member ConstraintGreaterThanOrEqualTo : UIKit.NSLayoutAnchor<'AnchorType (requires 'AnchorType :> Foundation.NSObject)> -> UIKit.NSLayoutConstraint
override this.ConstraintGreaterThanOrEqualTo : UIKit.NSLayoutAnchor<'AnchorType (requires 'AnchorType :> Foundation.NSObject)> -> UIKit.NSLayoutConstraint

Parametri

anchor
NSLayoutAnchor<AnchorType>

Il NSLayoutAnchor<AnchorType> cui valore del vincolo deve essere usato.

Restituisce

Nuovo oggetto NSLayoutConstraint.

Attributi

Commenti

Come con altri metodi di questa classe, questo metodo restituisce un nuovo, NSLayoutConstraint ma non lo aggiunge e lo attiva all'oggetto corrente UIView.

Si applica a

ConstraintGreaterThanOrEqualTo(NSLayoutAnchor<AnchorType>, nfloat)

Crea un NSLayoutConstraint valore il cui valore è almeno uguale a quello del vincolo dei anchor pixel più constant .

[Foundation.Export("constraintGreaterThanOrEqualToAnchor:constant:")]
public virtual UIKit.NSLayoutConstraint ConstraintGreaterThanOrEqualTo (UIKit.NSLayoutAnchor<AnchorType> anchor, nfloat constant);
abstract member ConstraintGreaterThanOrEqualTo : UIKit.NSLayoutAnchor<'AnchorType (requires 'AnchorType :> Foundation.NSObject)> * nfloat -> UIKit.NSLayoutConstraint
override this.ConstraintGreaterThanOrEqualTo : UIKit.NSLayoutAnchor<'AnchorType (requires 'AnchorType :> Foundation.NSObject)> * nfloat -> UIKit.NSLayoutConstraint

Parametri

anchor
NSLayoutAnchor<AnchorType>

Il NSLayoutAnchor<AnchorType> cui valore del vincolo deve essere usato.

constant
nfloat

Numero di pixel logici da aggiungere al valore di anchor.

Restituisce

Nuovo oggetto NSLayoutConstraint.

Attributi

Commenti

Come con altri metodi di questa classe, questo metodo restituisce un nuovo, NSLayoutConstraint ma non lo aggiunge e lo attiva all'oggetto corrente UIView.

Si applica a