UITextView.SetBaseWritingDirectionforRange Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Spécifie le sens d’écriture de base.
[Foundation.Export("setBaseWritingDirection:forRange:")]
public virtual void SetBaseWritingDirectionforRange (UIKit.UITextWritingDirection writingDirection, UIKit.UITextRange range);
abstract member SetBaseWritingDirectionforRange : UIKit.UITextWritingDirection * UIKit.UITextRange -> unit
override this.SetBaseWritingDirectionforRange : UIKit.UITextWritingDirection * UIKit.UITextRange -> unit
Paramètres
- writingDirection
- UITextWritingDirection
Direction de l’écriture.
- range
- UITextRange
Plage de texte dans le document.
Implémente
- Attributs