FlexGrid for WinForms
ImageSpacing Property



Gets or sets the space between images and text in a cell, in pixels.
Syntax
'Declaration
 
<C1DescriptionAttribute("Gets or sets the space between images and text in a cell, in pixels.")>
<DefaultValueAttribute()>
<BrowsableAttribute(True)>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
Public Property ImageSpacing As Integer
'Usage
 
Dim instance As CellStyle
Dim value As Integer
 
instance.ImageSpacing = value
 
value = instance.ImageSpacing
[C1Description("Gets or sets the space between images and text in a cell, in pixels.")]
[DefaultValue()]
[Browsable(true)]
[RefreshProperties(RefreshProperties.Repaint)]
public int ImageSpacing {get; set;}
[C1Description("Gets or sets the space between images and text in a cell, in pixels.")]
[DefaultValue()]
[Browsable(true)]
[RefreshProperties(RefreshProperties.Repaint)]
public:
property int ImageSpacing {
   int get();
   void set (    int value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CellStyle Class
CellStyle Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback