Condividi tramite


UIImage.AlignmentRectInsets Proprietà

Definizione

Metadati di allineamento che forniscono suggerimenti per l'allineamento del UIImage contenuto.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.ThreadSafe]
public virtual UIKit.UIEdgeInsets AlignmentRectInsets { [Foundation.Export("alignmentRectInsets")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.AlignmentRectInsets : UIKit.UIEdgeInsets

Valore della proprietà

Il valore predefinito è un oggetto UIEdgeInsets i cui valori sono tutti zero.

Attributi

Commenti

Questa proprietà può essere utilizzata per specificare un rettangolo di allineamento diverso da quello UIImagedi Size. Ad esempio, se un'immagine ha un effetto di ombreggiatura, la proprietà può essere usata per allinearsi alla parte "principale" dell'immagine.

Può essere usato da un thread in background.

Si applica a