Skip to content

Commit d420f8c

Browse files
985360: Updated ReadMe file of this repository
1 parent 5a0f1a4 commit d420f8c

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# How to customize the end of line style in Winforms EditControl?
22

3-
This sample illustrates how to customize the end of line style in Winforms EditControl.
3+
This repository demonstrates how to customize the end-of-line style in the Syncfusion WinForms EditControl. The EditControl is a powerful text editor component that supports syntax highlighting, code editing, and advanced customization options. By default, the control displays a standard end-of-line marker, but in certain scenarios, developers may want to modify its appearance to match application themes or improve readability.
4+
5+
## Why Customize End-of-Line Style?
6+
7+
Customizing the end-of-line style can help developers:
8+
• Provide visual cues for line endings in code editors.
9+
• Improve clarity when working with files that contain mixed line endings.
10+
• Enhance the overall user experience by aligning with custom themes.
11+
12+
## Key Features Demonstrated in This Sample
13+
14+
• Change the end-of-line marker style programmatically.
15+
• Apply custom colors and shapes to the marker.
16+
• Update styles dynamically based on user preferences or application themes.
417

518
![EditControl-customize-end-of-line-style](Output.png)
19+
20+
This approach allows developers to create a visually appealing and functional text editor that meets specific requirements. You can extend this logic to apply different styles for various file types or user roles.

0 commit comments

Comments
 (0)