Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CharBoxBorderInfo Class / Top Property


In This Topic
    Top Property (CharBoxBorderInfo)
    In This Topic
    Gets or sets the top border line.
    Syntax
    'Declaration
     
    
    Public Property Top As Line
    'Usage
     
    
    Dim instance As CharBoxBorderInfo
    Dim value As Line
     
    instance.Top = value
     
    value = instance.Top
    public Line Top {get; set;}

    Property Value

    A Line indicates the top border line.
    See Also