MarginLeft Property (IElement)
In This Topic
Internal use only.
Syntax
'Declaration
Property MarginLeft As Integer
'Usage
Dim instance As IElement
Dim value As Integer
instance.MarginLeft = value
value = instance.MarginLeft
int MarginLeft {get; set;}
See Also