Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / PictureMargin Property


In This Topic
PictureMargin Property (ElementControl)
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 ElementControl
Dim value As Integer
 
instance.PictureMargin = value
 
value = instance.PictureMargin
See Also