LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

BorderStyle Property (RasterImageList)






Gets or sets the border style of the control.
Syntax
[DescriptionAttribute("Border type of the control.")]
[CategoryAttribute("Appearance")]
public BorderStyle BorderStyle {get; set;}
'Declaration
 
<DescriptionAttribute("Border type of the control.")>
<CategoryAttribute("Appearance")>
Public Property BorderStyle As BorderStyle
'Usage
 
Dim instance As RasterImageList
Dim value As BorderStyle
 
instance.BorderStyle = value
 
value = instance.BorderStyle
[DescriptionAttribute("Border type of the control.")]
[CategoryAttribute("Appearance")]
public BorderStyle BorderStyle {get; set;}
DescriptionAttribute("Border type of the control.")
CategoryAttribute("Appearance")
 get_BorderStyle();
set_BorderStyle(value);
[DescriptionAttribute("Border type of the control.")]
[CategoryAttribute("Appearance")]
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterImageList Class
RasterImageList Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.