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