SystemInformation.Border3DSize : SystemInfo : Development Class C# Source Code


Custom Search

C# Source Code » Development Class » SystemInfo »

 

SystemInformation.Border3DSize








    
 
using System;
using System.Drawing;
using System.Windows.Forms;
   
class MainClass{
     public static void Main()
     {
          Console.WriteLine(SystemInformation.Border3DSize);
     }
}

 
    
   
  
   







HTML code for linking to this page:

Follow Navioo On Twitter

C# Source Code

 Navioo Development Class
» SystemInfo