Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / VisualStyle.RECT Structure / top Field


In This Topic
    top Field (VisualStyle.RECT)
    In This Topic
    Defines the top
    Syntax
    'Declaration
     
    
    Public top As Integer
    'Usage
     
    
    Dim instance As VisualStyle.RECT
    Dim value As Integer
     
    value = instance.top
     
    instance.top = value
    public int top
    See Also