I am using Modern Ui which has styled all my components to have a common look and feel. The standard Richtextbox doesn't support everything I want to do so I am using a 3rd party Richtextbox. The problem is that this 3rd party control doesn't get any style applied. Is there a way to tell this component to apply the same style as the standard richtextbox (which comes from the modern ui style)

有帮助吗?

解决方案

Component One has documentation for setting basic appearance properties.

Clear Style Properties

As well as predefined Themes for their controls.

C1 RitchTextBox Themes

If these don't offer you the level of control over the appearance of the C1RitchTextBox you would probably need to override the Template for this control.

MS Styling and Templates

Alternately you may look for documentation on creating your own themes for C1 controls on their site.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top