Visual Basic (Declaration) | |
---|---|
<CategoryAttribute("Appearance")> <DescriptionAttribute("Border type of the control.")> Public Overridable Property BorderStyle As BorderStyle |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[CategoryAttribute("Appearance")] [DescriptionAttribute("Border type of the control.")] public virtual BorderStyle BorderStyle {get; set;} |
Managed Extensions for C++ | |
---|---|
[CategoryAttribute("Appearance")] [DescriptionAttribute("Border type of the control.")] public: __property virtual BorderStyle get_BorderStyle(); public: __property virtual void set_BorderStyle( BorderStyle value ); |
C++/CLI | |
---|---|
[CategoryAttribute("Appearance")] [DescriptionAttribute("Border type of the control.")] public: virtual property BorderStyle BorderStyle { BorderStyle get(); void set (BorderStyle value); } |
Return Value
The border style of the control.Refer to RasterImageViewer.
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