Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ColumnHeaderRenderer Class / HorizontalAlignment Property


In This Topic
    HorizontalAlignment Property (ColumnHeaderRenderer)
    In This Topic
    Gets or sets the horizontal alignment of text in the button.
    Syntax
    'Declaration
     
    
    Public Property HorizontalAlignment As HorizontalAlignment
    'Usage
     
    
    Dim instance As ColumnHeaderRenderer
    Dim value As HorizontalAlignment
     
    instance.HorizontalAlignment = value
     
    value = instance.HorizontalAlignment
    public HorizontalAlignment HorizontalAlignment {get; set;}
    See Also