You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wpf/Image-Editor/Text.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,8 +63,8 @@ Text can be aligned to the left, center, or right by clicking the corresponding
63
63
64
64
You can add text to an image using the AddText method programmatically. This method requires the following parameters:
65
65
66
-
* Text – Specifies the content you need to add on the image.
67
-
* TextSettings - Customizes the text.
66
+
* Text - Defines the content to be displayed on the image.
67
+
* TextSettings - Allows customization of the text's appearance, including options for background, font family, font size, and font color. You can adjust the alignment (center, left, right) and improve the text with effects such as bold, italic, and underline.
0 commit comments