SystemInformation.Border3DSize : SystemInfo « Development Class « C# / C Sharp
- C# / C Sharp
- Development Class
- SystemInfo
SystemInformation.Border3DSize
using System;
using System.Drawing;
using System.Windows.Forms;
class MainClass{
public static void Main()
{
Console.WriteLine(SystemInformation.Border3DSize);
}
}
Related examples in the same category