Bottom Property (PaddingF)
In This Topic
Gets or sets the padding size for the bottom edge.
Syntax
'Declaration
Public Property Bottom As Single
'Usage
Dim instance As PaddingF
Dim value As Single
instance.Bottom = value
value = instance.Bottom
public float Bottom {get; set;}
See Also