RichEditBox.TextAlignment Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates how text is aligned in the RichEditBox.
public:
property TextAlignment TextAlignment { TextAlignment get(); void set(TextAlignment value); };
TextAlignment TextAlignment();
void TextAlignment(TextAlignment value);
public TextAlignment TextAlignment { get; set; }
var textAlignment = richEditBox.textAlignment;
richEditBox.textAlignment = textAlignment;
Public Property TextAlignment As TextAlignment
<RichEditBox TextAlignment="textAlignmentValue"/>
Property Value
One of the TextAlignment enumeration values that specifies how text is aligned. The default is Left.