Padding.Right Property
Definition
Gets or sets the padding value for the right edge.
public:
property int Right { int get(); void set(int value); };
public int Right { get; set; }
member this.Right : int with get, set
Public Property Right As Integer
Property Value
The padding, in pixels, for the right edge.
Remarks
Setting this value can also alter the All property.