←Select platform

BorderStyle Property

Summary

Gets or sets the border style of the control.

Syntax

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

Property Value

One of the BorderStyle values. The default is BorderStyle.Fixed3D.

Remarks

You can use the BorderStyle property to change the border style of the RasterImageList control to match the border style settings of other controls on the form. For example, if none of the other controls on your form displays a border, you can set the BorderStyle property of the RasterImageList control to BorderStyle.None to match the other controls.

Example

For an example, refer to RasterImageList.

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.WinForms Assembly