[]
Returns the top margin.
Returns the top margin value in pixels relative to the cell.
public int Top { get; }
Public ReadOnly Property Top As Integer
Margin margin = new Margin(1, 2, 3, 4); int top = margin.Top;