Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListHeader Class / TextAttachAlignment Property


In This Topic
    TextAttachAlignment Property (ListHeader)
    In This Topic
    Gets or sets how to attach the text to the image.
    Syntax
    'Declaration
     
    
    Public Property TextAttachAlignment As AttachAlignment
    'Usage
     
    
    Dim instance As ListHeader
    Dim value As AttachAlignment
     
    instance.TextAttachAlignment = value
     
    value = instance.TextAttachAlignment
    public AttachAlignment TextAttachAlignment {get; set;}

    Property Value

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