Gets or sets the inset of the bottom border or margin in pixels.
Syntax
'Declaration
Public Property Bottom As Integer
'Usage
Dim instance As Inset
Dim value As Integer
instance.Bottom = value
value = instance.Bottom
public int Bottom {get; set;}
See Also