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

BorderStyle Property (RasterPictureBox)






Sets the border style for 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 RasterPictureBox
Dim value As BorderStyle
 
instance.BorderStyle = value
 
value = instance.BorderStyle
[CategoryAttribute("Appearance")]
[DescriptionAttribute("Border type of the control.")]
public BorderStyle BorderStyle {get; set;}
CategoryAttribute("Appearance")
DescriptionAttribute("Border type of the control.")
 get_BorderStyle();
set_BorderStyle(value);
[CategoryAttribute("Appearance")]
[DescriptionAttribute("Border type of the control.")]
public:
property BorderStyle BorderStyle {
   BorderStyle get();
   void set (    BorderStyle value);
}

Property Value

The border style for the control.
Example
Refer to RasterPictureBox.
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

RasterPictureBox Class
RasterPictureBox Members

 

 


Products | Support | Contact Us | Copyright Notices

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