'Declaration
<BrowsableAttribute(True)>
<CategoryAttribute("ThumbnailXpress")>
<DescriptionAttribute("Indicates whether the control should have a border.")>
Public Shadows Property BorderStyle As BorderStyle
'Usage
Dim instance As ThumbnailXpress
Dim value As BorderStyle
instance.BorderStyle = value
value = instance.BorderStyle
[BrowsableAttribute(true)]
[CategoryAttribute("ThumbnailXpress")]
[DescriptionAttribute("Indicates whether the control should have a border.")]
public new BorderStyle BorderStyle {get; set;}
[BrowsableAttribute(true)]
[CategoryAttribute("ThumbnailXpress")]
[DescriptionAttribute("Indicates whether the control should have a border.")]
public: __property new BorderStyle get_BorderStyle();
public: __property new void set_BorderStyle(
BorderStyle value
);
[BrowsableAttribute(true)]
[CategoryAttribute("ThumbnailXpress")]
[DescriptionAttribute("Indicates whether the control should have a border.")]
public:
new property BorderStyle BorderStyle {
BorderStyle get();
void set ( BorderStyle value);
}