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