'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Determines the padding of the cells content.")> Public Property CellPadding As NMargins
'Usage
Dim instance As NTableShape Dim value As NMargins instance.CellPadding = value value = instance.CellPadding
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Determines the padding of the cells content.")] public NMargins CellPadding {get; set;}