Gets the bottom inset.
Syntax
'Declaration
<DescriptionAttribute()>
Public ReadOnly Property Bottom As Double
'Usage
Dim instance As Inset
Dim value As Double
value = instance.Bottom
[Description()]
public double Bottom {get;}
Property Value
The bottom inset.
See Also