In This Topic
Gets or sets the left margin, in hundredths of an inch.
Syntax
'Declaration
Public Property Left As Integer
'Usage
Dim instance As Margins
Dim value As Integer
instance.Left = value
value = instance.Left
public int Left {get; set;}
Property Value
The left margin.
See Also