Spread Windows Forms 12.0 Product Documentation
ImageTextSpace Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ListHeaderInfo Class : ImageTextSpace Property
Gets or sets the space between the image and text.
Syntax
'Declaration
 
Public Property ImageTextSpace As Integer
'Usage
 
Dim instance As ListHeaderInfo
Dim value As Integer
 
instance.ImageTextSpace = value
 
value = instance.ImageTextSpace
public int ImageTextSpace {get; set;}

Property Value

An System.Int32 that represents the space between the image and text.
See Also

Reference

ListHeaderInfo Class
ListHeaderInfo Members