To make a seperator line in C# and VB.NET you can use the following snippet.
Sample C# / VB.NET
label1.Height = 2; label1.AutoSize = false; label1.BorderStyle = BorderStyle.Fixed3D;
Result:
All the Code Snippets and Samples you need
To make a seperator line in C# and VB.NET you can use the following snippet.
label1.Height = 2; label1.AutoSize = false; label1.BorderStyle = BorderStyle.Fixed3D;
Result:
You must be logged in to post a comment.
RT @CodeSnippetsNET: How to make a seperator line in .NET http://t.co/4JgEfzxr3k #csharp #vb #dotnet #programming #code #dev