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

    CSS3 Style: -webkit-box-sizing
    Specifies that the size of a box be measured according to either its content (default) or its total size including borders.

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

    HTML Syntax:
    -webkit-box-sizing: sizing_model;

    HTML Constants:
    border-box,content-box,

    See Also