In This Topic
Gets or sets the right margin, in hundredths of an inch.
Syntax
'Declaration
Public Property Right As Integer
'Usage
Dim instance As Margins
Dim value As Integer
instance.Right = value
value = instance.Right
public int Right {get; set;}
Property Value
The right margin.
See Also