Articles in this section
Category / Section

How to resolve blur effect issue in WPF DockingManager?

4 mins read

In DockingManager, the header text of Auto-Hidden windows appear blurred as RotateTransform is applied in its template. You can resolve this problem as follows.

TextOptions.TextFormattingMode

Set the attached property TextOptions.TextFormattingMode=Display to resolve this issue. By default, the property value is Ideal.

MainWindow.xaml

<syncfusion:DockingManager UseDocumentContainer="True" TextOptions.TextFormattingMode="Display">
            <ContentControl syncfusion:DockingManager.Header="Item 1" syncfusion:DockingManager.State="AutoHidden"/>
            <ContentControl syncfusion:DockingManager.Header="Item 2" syncfusion:DockingManager.State="AutoHidden"/>
            <ContentControl syncfusion:DockingManager.Header="Item 3" syncfusion:DockingManager.State="Document"/>
        </syncfusion:DockingManager>

The following screenshot displays the blurred effect issue resolved in Display TextFormattingMode.

C:\Users\apoorvah.ramanathan\Desktop\^9C950E3CE7B37E6201B22AA73C062CBDA4DB0F1F7B4D222CEB^pimgpsh_fullsize_distr.png

Figure 1: Blurred effect in TextOptions.TextFormattingMode=”Ideal”

WPF Docking Manager image

Figure 2: Header in TextOptions.TextFormattingMode=”Display”

Conclusion

I hope you enjoyed learning on how to resolve the blur effect issue in WPF DockingManager.

You can refer to our WPF DockingManager feature tour page to know about its other groundbreaking feature representations and documentation, and how to quickly get started for configuration specifications. You can also explore our WPF DockingManager example to understand how to create and manipulate data.

For current customers, you can check out our components from the License and Downloads page. If you are new to Syncfusion, you can try our 30-day free trial to check out our other controls.

If you have any queries or require clarifications, please let us know in the comments section below. You can also contact us through our support forumsDirect-Trac, or feedback portal. We are always happy to assist you!


Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied