Spread Windows Forms 12.0 Product Documentation
TextAttachAlignment Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ListHeaderInfo Class : TextAttachAlignment Property
Gets or sets how to attach the text to the image.
Syntax
'Declaration
 
Public Property TextAttachAlignment As AttachAlignment
'Usage
 
Dim instance As ListHeaderInfo
Dim value As AttachAlignment
 
instance.TextAttachAlignment = value
 
value = instance.TextAttachAlignment
public AttachAlignment TextAttachAlignment {get; set;}

Property Value

An AttachAlignment object that represents how to attach the text to the image.
See Also

Reference

ListHeaderInfo Class
ListHeaderInfo Members