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