Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridImageColumn Class / HorizontalAlignment Property

In This Topic
    HorizontalAlignment Property (GridImageColumn)
    In This Topic
    Gets or sets the horizontal alignment.
    Syntax
    'Declaration
     
    
    Public Property HorizontalAlignment As C1HorizontalAlignment
    public C1HorizontalAlignment HorizontalAlignment {get; set;}
    See Also