Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / VisualStyle.RECT Structure / bottom Field


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