Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / MarginTop Property


In This Topic
    MarginTop Property (ElementControl)
    In This Topic
    Gets or sets the margin between the top of the control and its contents.
    Syntax
    'Declaration
     
    
    Public Overridable Property MarginTop As Integer
    'Usage
     
    
    Dim instance As ElementControl
    Dim value As Integer
     
    instance.MarginTop = value
     
    value = instance.MarginTop
    public virtual int MarginTop {get; set;}
    See Also