NSLayoutAnchor<AnchorType>.ConstraintGreaterThanOrEqualTo Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
ConstraintGreaterThanOrEqualTo(NSLayoutAnchor<AnchorType>) |
Crea un NSLayoutConstraint valore il cui valore è almeno uguale a quello del vincolo di |
ConstraintGreaterThanOrEqualTo(NSLayoutAnchor<AnchorType>, nfloat) |
Crea un NSLayoutConstraint valore il cui valore è almeno uguale a quello del vincolo dei |
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.