MarginBottom Property (FpCombo)
In This Topic
Gets or sets the margin between the bottom of the control and its contents.
Syntax
'Declaration
Public Overridable Property MarginBottom As Integer
'Usage
Dim instance As FpCombo
Dim value As Integer
instance.MarginBottom = value
value = instance.MarginBottom
public virtual int MarginBottom {get; set;}
See Also