Right Property
Right
Returns the right margin.
The returned value specifies the right watermark margin in pixels relative to the cell.
Declaration
public int Right { get; }
Public ReadOnly Property Right As Integer
Examples
Margin margin = new Margin(1, 2, 3, 4);
int right = margin.Right;