Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / IElement Interface / MarginRight Property


In This Topic
    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