Ghost1372

everything can be handy

RichTextBox

TextBoxBaseBaseStyle

The default style is not recommended. It should always be used by other styles as BasedOn.

RichTextBoxBaseStyle : TextBoxBaseBaseStyle

The default style of the richtext box is not recommended. It should always be used by other styles as BasedOn.

Case:

1
<RichTextBox Margin="10,10" VerticalAlignment="Center" HorizontalAlignment="Center"/>

effect:

RichTextbox.DefaultStyle

0%