CoreTextLayoutBounds.TextBounds Propriété
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.
Obtient ou définit le cadre englobant dans les coordonnées d’écran d’une plage de texte.
public:
property Rect TextBounds { Rect get(); void set(Rect value); };
Rect TextBounds();
void TextBounds(Rect value);
public Rect TextBounds { get; set; }
var rect = coreTextLayoutBounds.textBounds;
coreTextLayoutBounds.textBounds = rect;
Public Property TextBounds As Rect
Valeur de propriété
Zone englobante dans les coordonnées d’écran d’une plage de texte.