RichTextBlock.TextAlignment Property

Definition

Gets or sets a value that indicates how the text is aligned in the RichTextBlock.

public:
 property TextAlignment TextAlignment { TextAlignment get(); void set(TextAlignment value); };
TextAlignment TextAlignment();

void TextAlignment(TextAlignment value);
public TextAlignment TextAlignment { get; set; }
var textAlignment = richTextBlock.textAlignment;
richTextBlock.textAlignment = textAlignment;
Public Property TextAlignment As TextAlignment
<RichTextBlock TextAlignment="textAlignmentValue"/>

Property Value

One of the TextAlignment enumeration values that indicates how text is aligned. The default is Left.

Applies to