Compartilhar via


NSTextContainer.ExclusionPaths Propriedade

Definição

Uma matriz de UIBezierPaths da qual o texto será excluído.

public virtual UIKit.UIBezierPath[] ExclusionPaths { [Foundation.Export("exclusionPaths", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setExclusionPaths:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.ExclusionPaths : UIKit.UIBezierPath[] with get, set

Valor da propriedade

(Mais documentação para este nó está chegando)

Este valor pode ser null.

Atributos

Comentários

Os caminhos de exclusão são definidos no NSTextContainersistema de coordenadas do (consulte ConvertRectFromView(CGRect, UIView)).

Aplica-se a