How to make a seperator line in C# and VB.NET Administrator July 7, 2014 1 Comment 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: A Seperator line in .NET Related Posts None
Realliferulor says: July 7, 2014 at 12:50 pm RT @CodeSnippetsNET: How to make a seperator line in .NET http://t.co/4JgEfzxr3k #csharp #vb #dotnet #programming #code #dev Log in to Reply
RT @CodeSnippetsNET: How to make a seperator line in .NET http://t.co/4JgEfzxr3k #csharp #vb #dotnet #programming #code #dev