FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / MultiSideShape Class / PictureMargin Property


In This Topic
PictureMargin Property (MultiSideShape)
In This Topic
Gets or sets the margin between the picture and the text in the element.
Syntax
'Declaration
 
Public Overridable Property PictureMargin As Integer
 
'Usage
 
Dim instance As MultiSideShape
Dim value As Integer
 
instance.PictureMargin = value
 
value = instance.PictureMargin
See Also