BorderStyle Property

Summary

Gets or sets the border style of the control.

Syntax
C#
VB
C++
public virtual BorderStyle BorderStyle { get; set; } 
Public Overridable Property BorderStyle As BorderStyle 
public: 
virtual property BorderStyle BorderStyle { 
   BorderStyle get(); 
   void set (    BorderStyle ); 
} 

Property Value

An BorderStyle value representing the border style.

Remarks

The BorderStyle property can be used to create borderless and flat style controls, in addition to a bordered control. For more information, refer to Appearance

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly