Spread Windows Forms 13.0 Product Documentation
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / BorderStyle Property


In This Topic
    BorderStyle Property (FpCombo)
    In This Topic
    Gets or sets the border style.
    Syntax
    'Declaration
     
    Public Property BorderStyle As BorderStyle
    'Usage
     
    Dim instance As FpCombo
    Dim value As BorderStyle
     
    instance.BorderStyle = value
     
    value = instance.BorderStyle
    public BorderStyle BorderStyle {get; set;}

    Property Value

    BorderStyle setting that determines the style of the border
    See Also