| Visual Basic (Declaration) | |
|---|---|
<DescriptionAttribute("Border type of the control.")> <CategoryAttribute("Appearance")> 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# | |
|---|---|
[DescriptionAttribute("Border type of the control.")] [CategoryAttribute("Appearance")] public BorderStyle BorderStyle {get; set;} | |
| C++/CLI | |
|---|---|
[DescriptionAttribute("Border type of the control.")] [CategoryAttribute("Appearance")] public: property BorderStyle BorderStyle { BorderStyle get(); void set ( BorderStyle value); } | |
Property Value
The border style for the control.Refer to RasterPictureBox.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code