'Declaration
<CategoryAttribute("ThumbnailXpress")>
<BrowsableAttribute(True)>
<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
[Category("ThumbnailXpress")]
[Browsable(true)]
[Description("Indicates whether the control should have a border.")]
public new BorderStyle BorderStyle {get; set;}
[Category("ThumbnailXpress")]
[Browsable(true)]
[Description("Indicates whether the control should have a border.")]
public: __property new BorderStyle get_BorderStyle();
public: __property new void set_BorderStyle(
BorderStyle value
);
[Category("ThumbnailXpress")]
[Browsable(true)]
[Description("Indicates whether the control should have a border.")]
public:
new property BorderStyle BorderStyle {
BorderStyle get();
void set ( BorderStyle value);
}