ComponentOne List for WinForms
C1.Win.C1List Namespace / Style Class / Padding Property

In This Topic
    Padding Property (Style)
    In This Topic
    Gets or sets the spacing between cell content and its edges.
    Syntax
    'Declaration
     
    
    Public Property Padding As Margins
    public Margins Padding {get; set;}
    See Also