PictureMargin Property (XShape)
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 XShape
Dim value As Integer
instance.PictureMargin = value
value = instance.PictureMargin
public virtual int PictureMargin {get; set;}
See Also