UIView.ContentCompressionResistancePriority(UILayoutConstraintAxis) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt den Widerstand einer Achse gegenüber einer Komprimierung unter ihrer intrinsischen Größe zurück.
[Foundation.Export("contentCompressionResistancePriorityForAxis:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual float ContentCompressionResistancePriority (UIKit.UILayoutConstraintAxis axis);
abstract member ContentCompressionResistancePriority : UIKit.UILayoutConstraintAxis -> single
override this.ContentCompressionResistancePriority : UIKit.UILayoutConstraintAxis -> single
Parameter
Die Achse, deren Widerstand abgefragt wird.
Gibt zurück
Ein UILayoutPriority , der angibt, wie widerstandsfähig die Ansicht entlang der axis
bis zur Komprimierung unter ihrer intrinsischen Größe ist.
- Attribute
Hinweise
Anwendungsentwickler sollten diese Methode nicht außer Kraft setzen. Stattdessen sollten sie das Ergebnis mithilfe von SetContentCompressionResistancePriority(Single, UILayoutConstraintAxis)
.
ContentCompressionResistancePriority(UILayoutConstraintAxis) und ContentHuggingPriority(UILayoutConstraintAxis) ergänzen sich: ContentCompressionResistancePriority(UILayoutConstraintAxis) ist der Widerstand gegen die Verkleinerung des Inhalts und ContentHuggingPriority(UILayoutConstraintAxis) ist der Widerstand gegen das Wachsen.
Gilt für:
Weitere Informationen
- <xref:UIKit.UIView.SetContentCompressionResistancePriority>
- <xref:UIKit.UIView.ContentHuggingPriority>