mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / CSS3Style Object / WebkitBorderImage Property
In This Topic
    WebkitBorderImage Property
    In This Topic
    Description

    CSS3 Style: -webkit-border-image
    Specifies an image as the border for a box.

    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property WebkitBorderImage As String
    Remarks

    HTML Syntax:
    -webkit-border-image: uri top right bottom left x_repeat y_repeat|-webkit-border-image: uri top right bottom left / border x_repeat y_repeat|-webkit-border-image: uri top right bottom left / top_border right_border bottom_border left_border x_repeat y_repeat|-webkit-border-image: function top right bottom left / top_border right_border bottom_border left_border x_repeat y_repeat

    HTML Constants:
    repeat,round,stretch,

    See Also