Border() (gb.qt4)
Constructs and returns a new Border object from the
style. This way you can create a border and apply it to something or save it for later use.
Static Function Border ( [ Style As String ] ) As Border
-
Style : A CSS-like specification for the border to be created.
GridView1.Border = Border("margin:4;width:4;left-style:none;left-margin:0;left-width:0;top-right-radius:24;right-color:green")
The name of the style properties comes from the names of the Border class properties.