Hello,
i've added several style definintions into my document StyleRepository. One of these style defnitions is default (
styleDefinition.IsDefault = true;) and i can see that this style is applied for new spans which are created when user types in radrichtextbox smth. But this style is not applied to spans explicitly, this happens only with
RadRichTextBox.ChangeStyleName("MyDefaultStyleName"). Is it possible that the style definition is applied for all document elements explicitly:
by default?