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