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


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