Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridCellView Class / ContentPadding Property

In This Topic
    ContentPadding Property (GridCellView)
    In This Topic
    Gets the actual padding of the content
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property ContentPadding As C1Thickness
    public override C1Thickness ContentPadding {get;}
    See Also