Accusoft.ThumbnailXpress6.Net
CellSpacingColor Property




Gets and sets the control's cell spacing color.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
<DescriptionAttribute("Indicates the control's cell spacing color.")>
<CategoryAttribute("ThumbnailXpress")>
Public Property CellSpacingColor As Color
'Usage
 
Dim instance As ThumbnailXpress
Dim value As Color
 
instance.CellSpacingColor = value
 
value = instance.CellSpacingColor
[BrowsableAttribute(true)]
[DescriptionAttribute("Indicates the control's cell spacing color.")]
[CategoryAttribute("ThumbnailXpress")]
public Color CellSpacingColor {get; set;}
[BrowsableAttribute(true)]
[DescriptionAttribute("Indicates the control's cell spacing color.")]
[CategoryAttribute("ThumbnailXpress")]
public: __property Color get_CellSpacingColor();
public: __property void set_CellSpacingColor( 
   Color value
);
[BrowsableAttribute(true)]
[DescriptionAttribute("Indicates the control's cell spacing color.")]
[CategoryAttribute("ThumbnailXpress")]
public:
property Color CellSpacingColor {
   Color get();
   void set (    Color value);
}

Property Value

The System.Drawing.Color value.
See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback