←Select platform

BorderStyle Property (RasterThumbnailBrowser)

Summary

Gets or sets the border style of the control.

Syntax

C#
VB
C++
[CategoryAttribute("Appearance")] 
[DescriptionAttribute("Border type of the control.")] 
public BorderStyle BorderStyle {get; set;} 
<CategoryAttribute("Appearance")> 
<DescriptionAttribute("Border type of the control.")> 
Public Property BorderStyle As BorderStyle 
[CategoryAttribute("Appearance")] 
[DescriptionAttribute("Border type of the control.")] 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.WinForms Assembly
Click or drag to resize