Accusoft.ThumbnailXpress6.Net
CellBorderWidth Property




Gets and sets the width of the cells in the control.
Syntax
'Declaration
 
<CategoryAttribute("ThumbnailXpress")>
<BrowsableAttribute(True)>
<DescriptionAttribute("Indicates the width of the cells in the control.")>
Public Property CellBorderWidth As Integer
'Usage
 
Dim instance As ThumbnailXpress
Dim value As Integer
 
instance.CellBorderWidth = value
 
value = instance.CellBorderWidth
[Category("ThumbnailXpress")]
[Browsable(true)]
[Description("Indicates the width of the cells in the control.")]
public int CellBorderWidth {get; set;}
[Category("ThumbnailXpress")]
[Browsable(true)]
[Description("Indicates the width of the cells in the control.")]
public: __property int get_CellBorderWidth();
public: __property void set_CellBorderWidth( 
   int value
);
[Category("ThumbnailXpress")]
[Browsable(true)]
[Description("Indicates the width of the cells in the control.")]
public:
property int CellBorderWidth {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the cell border width.
Remarks

The default value is 1.

See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback