FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridColumnHeaderCell Class / TitlePadding Property

In This Topic
    TitlePadding Property (GridColumnHeaderCell)
    In This Topic
    Gets or sets the padding of the title of the column.
    Syntax
    'Declaration
     
    Public Property TitlePadding As Thickness
    public Thickness TitlePadding {get; set;}
    See Also