RichTextBlock.OpticalMarginAlignment 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 une valeur qui indique comment la police est modifiée pour s’aligner sur les polices de différentes tailles.
public:
property OpticalMarginAlignment OpticalMarginAlignment { OpticalMarginAlignment get(); void set(OpticalMarginAlignment value); };
OpticalMarginAlignment OpticalMarginAlignment();
void OpticalMarginAlignment(OpticalMarginAlignment value);
public OpticalMarginAlignment OpticalMarginAlignment { get; set; }
var opticalMarginAlignment = richTextBlock.opticalMarginAlignment;
richTextBlock.opticalMarginAlignment = opticalMarginAlignment;
Public Property OpticalMarginAlignment As OpticalMarginAlignment
<RichTextBlock OpticalMarginAlignment="None"/>
-or-
<RichTextBlock OpticalMarginAlignment="TrimSideBearings"/>
Valeur de propriété
Valeur de l’énumération qui indique comment la police est modifiée pour s’aligner à différentes tailles. La valeur par défaut est None (Aucun).
Remarques
Quand OpticalMarginAlignment a la valeur TrimSideBearings, le texte est rogné sur le trait le plus à gauche du premier caractère et le trait le plus à droite du dernier caractère d’une ligne. Par exemple, un « L » a une petite quantité d’espace à gauche du trait vertical, qui est mis à l’échelle avec la taille de police. Lorsque TrimSideBearings est défini, la gauche du trait vertical est directement alignée sans espacement. Cela facilite l’alignement sur le système de grille Windows, comme expliqué dans La page Disposition d’une application.