Skip to content

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:

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

effect:

RichTextbox.DefaultStyle

Released under the MIT License.