Accusoft.ThumbnailXpress6.Net
BorderStyle Property




Gets and sets the control's border style.
Syntax
'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);
}

Property Value

The border style
See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback