Data ListBorder Style Property
This property is used to set or get the border style.
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public BorderStyle BorderStyle { get; set; }VB
Public Property BorderStyle As BorderStyle
Get
SetC++
public:
property BorderStyle BorderStyle {
BorderStyle get ();
void set (BorderStyle value);
}F#
member BorderStyle : BorderStyle with get, setProperty Value
BorderStyleRemarks
The default is to use a fixed 3D border.