Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,814 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
C# code:
Label seperator = new Label();
seperator.Content = ">";
I want to replace the string with draw line, Preferably, the line thickness can be adjusted. Who can help me ? thanks.
Consider a Line instead of Label. Check an example: https://learn.microsoft.com/en-us/dotnet/api/system.windows.shapes.line.