Spread Windows Forms 12.0 Product Documentation
Bottom Property (Inset)


FarPoint.Win Assembly > FarPoint.Win Namespace > Inset Class : Bottom Property
Gets the inset from the bottom.
Syntax
'Declaration
 
Public ReadOnly Property Bottom As Integer
'Usage
 
Dim instance As Inset
Dim value As Integer
 
value = instance.Bottom
public int Bottom {get;}

Property Value

Integer number of pixels in the bottom margin
Remarks

Get the margins (insets) from the left, right, and top by getting these property values:

Set the margins (insets) using the Inset class constructors.

See Also

Reference

Inset Class
Inset Members
Inset Constructor(Int32)
Inset Constructor(Int32,Int32)
Inset Constructor(Int32,Int32,Int32,Int32)
Left Property
Right Property
Top Property