FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridSummaryCell Class / TitleAlignment Property

In This Topic
    TitleAlignment Property (GridSummaryCell)
    In This Topic
    Gets or sets the alignment of the title inside the cell.
    Syntax
    'Declaration
     
    Public Property TitleAlignment As HorizontalAlignment
    public HorizontalAlignment TitleAlignment {get; set;}
    See Also