Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / MarginTop Property


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