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