LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

BorderStyle Property (RasterThumbnailBrowser)

Show in webframe





Gets or sets the border style of the control.
Syntax
[CategoryAttribute("Appearance")]
[DescriptionAttribute("Border type of the control.")]
public BorderStyle BorderStyle {get; set;}
'Declaration
 
<CategoryAttribute("Appearance")>
<DescriptionAttribute("Border type of the control.")>
Public Property BorderStyle As BorderStyle
'Usage
 
Dim instance As RasterThumbnailBrowser
Dim value As BorderStyle
 
instance.BorderStyle = value
 
value = instance.BorderStyle

            

            
[CategoryAttribute("Appearance")]
[DescriptionAttribute("Border type of the control.")]
public:
property BorderStyle BorderStyle {
   BorderStyle get();
   void set (    BorderStyle value);
}

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

See Also

Reference

RasterThumbnailBrowser Class
RasterThumbnailBrowser Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.