←Select platform

BorderStyle Property

Summary

Border style of the control.

Syntax

C#
VB
C++
public virtual BorderStyle BorderStyle { get; set; } 
Public Overridable Property BorderStyle() As System.Windows.Forms.BorderStyle 
   Get 
   Set 
public:  
   virtual property System::Windows::Forms::BorderStyle^ BorderStyle 
   { 
      System::Windows::Forms::BorderStyle^ get() 
      void set(System::Windows::Forms::BorderStyle^ value) 
   } 

Property Value

The border style of the control. Default value is BorderStyle.None.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.WinForms Assembly