Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
BorderStyle Property
See Also 
Leadtools.WinForms Namespace > RasterPictureBox Class : BorderStyle Property



Sets the border style for the control.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Appearance")>
<DescriptionAttribute("Border type of the control.")>
Public Property BorderStyle As BorderStyle
Visual Basic (Usage)Copy Code
Dim instance As RasterPictureBox
Dim value As BorderStyle
 
instance.BorderStyle = value
 
value = instance.BorderStyle
C# 
[CategoryAttribute("Appearance")]
[DescriptionAttribute("Border type of the control.")]
public BorderStyle BorderStyle {get; set;}
C++/CLI 
[CategoryAttribute("Appearance")]
[DescriptionAttribute("Border type of the control.")]
public:
property BorderStyle BorderStyle {
   BorderStyle get();
   void set (BorderStyle value);
}

Return Value

The border style for the control.

Example

Refer to RasterPictureBox.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also