Accusoft.ThumbnailXpress6.Net
CellSpacingColor Property




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

Property Value

The System.Drawing.Color value.
See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback