Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / Inset Class / Top Property


In This Topic
    Top Property (Inset)
    In This Topic
    Gets the inset from the top.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Top As Integer
    'Usage
     
    
    Dim instance As Inset
    Dim value As Integer
     
    value = instance.Top
    public int Top {get;}
    See Also