{ "properties": [ { "name": "column-span", "syscap": [ "SystemCapability.ArkUI.ArkUI.Full" ], "syntax": [ { "name": "" } ], "version": [ { "name": "v3.0" } ], "description": [ { "name": "Number of columns occupied by the current list-item in the list. By default, the list-item occupies one column. This attribute is valid only when the list contains multiple columns" } ], "restrictions": [ { "name": [ "number" ] } ] }, { "name": "fill", "syscap": [ "SystemCapability.ArkUI.ArkUI.Full" ], "syntax": [ { "name": "" } ], "version": [ { "name": "v7.0" } ], "description": [ { "name": "Use the shorthand property to set the fill color of the element." } ], "restrictions": [ { "name": [ "color" ] } ] }, { "name": "fill-opacity", "syscap": [ "SystemCapability.ArkUI.ArkUI.Full" ], "syntax": [ { "name": "" } ], "version": [ { "name": "v7.0" } ], "description": [ { "name": "The transparency of the fill color ranges from 0 to 1. 1 is opaque and 0 is completely transparent." } ], "restrictions": [ { "name": [ "number" ] } ] }, { "name": "fill-rule", "syscap": [ "SystemCapability.ArkUI.ArkUI.Full" ], "syntax": [ { "name": "nonzero | evenodd" } ], "version": [ { "name": "v7.0" } ], "description": [ { "name": "Nonzero: non-zero rule; Evenodd: parity rule" } ], "restrictions": [ { "name": [ "nonzero | evenodd" ] } ] }, { "name": "opacity", "syscap": [ "SystemCapability.ArkUI.ArkUI.Full" ], "syntax": [ { "name": "number" } ], "version": [ { "name": "v7.0" } ], "description": [ { "name": "The transparency of an element ranges from 0 to 1, where 1 is opaque and 0 is completely transparent." } ], "restrictions": [ { "name": [ "number" ] } ] }, { "name": "stroke-dasharray", "syscap": [ "SystemCapability.ArkUI.ArkUI.Full" ], "syntax": [ { "name": "" } ], "version": [ { "name": "v7.0" } ], "description": [ { "name": "Specifies the length of the dash and notch. The format is [length length length], the length of dash and notch is separated by the space between them." } ], "restrictions": [ { "name": [ "string" ] } ] }, { "name": "stroke-dashoffset", "syscap": [ "SystemCapability.ArkUI.ArkUI.Full" ], "syntax": [ { "name": "" } ], "version": [ { "name": "v7.0" } ], "description": [ { "name": "Sets the offset of the associative dashed array when rendering." } ], "restrictions": [ { "name": [ "length" ] } ] }, { "name": "stroke-linejoin", "syscap": [ "SystemCapability.ArkUI.ArkUI.Full" ], "syntax": [ { "name": "[bevel | miter | round]" } ], "version": [ { "name": "v7.0" } ], "description": [ { "name": "The shape used at the corner of the path when you stroke." } ], "restrictions": [ { "name": [ "bevel | miter | round" ] } ] }, { "name": "stroke-linecap", "syscap": [ "SystemCapability.ArkUI.ArkUI.Full" ], "syntax": [ { "name": "[butt | round | square]" } ], "version": [ { "name": "v7.0" } ], "description": [ { "name": "Shapes used at the end of paths when they are traced" } ], "restrictions": [ { "name": [ "butt | round | square" ] } ] }, { "name": "stroke-miterlimit", "syscap": [ "SystemCapability.ArkUI.ArkUI.Full" ], "syntax": [ { "name": "number" } ], "version": [ { "name": "v7.0" } ], "description": [ { "name": "Sets the limit value for drawing acute angles as bevels." } ], "restrictions": [ { "name": [ "number" ] } ] }, { "name": "stroke-opacity", "syscap": [ "SystemCapability.ArkUI.ArkUI.Full" ], "syntax": [ { "name": "number" } ], "version": [ { "name": "v7.0" } ], "description": [ { "name": "The transparency of contour lines ranges from 0 to 1, where 1 is opaque and 0 is completely transparent." } ], "restrictions": [ { "name": [ "number" ] } ] }, { "name": "transform", "syscap": [ "SystemCapability.ArkUI.ArkUI.Full" ], "syntax": [ { "name": "" } ], "version": [ { "name": "v7.0" } ], "description": [ { "name": "Set the coordinate transformation parameters of components and subcomponents" } ], "restrictions": [ { "name": [ "string" ] } ] }, { "name": "x", "syscap": [ "SystemCapability.ArkUI.ArkUI.Full" ], "syntax": [ { "name": "|" } ], "version": [ { "name": "v7.0" } ], "description": [ { "name": "Set the x-axis coordinate of the current SVG, and the root SVG node is invalid" } ], "restrictions": [ { "name": [ "length", "percentage" ] } ] }, { "name": "y", "syscap": [ "SystemCapability.ArkUI.ArkUI.Full" ], "syntax": [ { "name": "|" } ], "version": [ { "name": "v7.0" } ], "description": [ { "name": "Set the y-axis coordinate of the current SVG, and the root SVG node is invalid" } ], "restrictions": [ { "name": [ "length", "percentage" ] } ] }, { "name": "viewBox", "syscap": [ "SystemCapability.ArkUI.ArkUI.Full" ], "syntax": [ { "name": "string" } ], "version": [ { "name": "v7.0" } ], "description": [ { "name": "Sets the current SVG's viewport. The supported format is < number >. The four parameters represent min-x, min-y, width and height respectively. If the width and height of viewbox and SVG are inconsistent, they will be scaled by center alignment." } ], "restrictions": [ { "name": [ "string" ] } ] }, { "name": "rx", "syscap": [ "SystemCapability.ArkUI.ArkUI.Full" ], "syntax": [ { "name": "|" } ], "version": [ { "name": "v7.0" } ], "description": [ { "name": "Set the radius of rectangle fillet in X direction. Support attribute animation" } ], "restrictions": [ { "name": [ "length", "percentage" ] } ] }, { "name": "ry", "syscap": [ "SystemCapability.ArkUI.ArkUI.Full" ], "syntax": [ { "name": "|" } ], "version": [ { "name": "v7.0" } ], "description": [ { "name": "Set the radius of rectangle fillet in Y direction." } ], "restrictions": [ { "name": [ "length", "percentage" ] } ] }, { "name": "cx", "syscap": [ "SystemCapability.ArkUI.ArkUI.Full" ], "syntax": [ { "name": "|" } ], "version": [ { "name": "v7.0" } ], "description": [ { "name": "Sets the x-axis coordinate of the center of the circle." } ], "restrictions": [ { "name": [ "length", "percentage" ] } ] }, { "name": "cy", "syscap": [ "SystemCapability.ArkUI.ArkUI.Full" ], "syntax": [ { "name": "|" } ], "version": [ { "name": "v7.0" } ], "description": [ { "name": "Sets the y-axis coordinate of the center of the circle." } ], "restrictions": [ { "name": [ "length", "percentage" ] } ] }, { "name": "r", "syscap": [ "SystemCapability.ArkUI.ArkUI.Full" ], "syntax": [ { "name": "|" } ], "version": [ { "name": "v7.0" } ], "description": [ { "name": "Sets the radius of the circle." } ], "restrictions": [ { "name": [ "length", "percentage" ] } ] }, { "name": "d", "syscap": [ "SystemCapability.ArkUI.ArkUI.Full" ], "syntax": [ { "name": "string" } ], "version": [ { "name": "v7.0" } ], "description": [ { "name": "Sets the shape of the path. Contains a set of character instructions, uppercase letters for absolute path, lowercase characters for relative path" } ], "restrictions": [ { "name": [ "string" ] } ] }, { "name": "x1", "syscap": [ "SystemCapability.ArkUI.ArkUI.Full" ], "syntax": [ { "name": "|" } ], "version": [ { "name": "v7.0" } ], "description": [ { "name": "Sets the x-axis coordinate of the line start point." } ], "restrictions": [ { "name": [ "length", "percentage" ] } ] }, { "name": "y1", "syscap": [ "SystemCapability.ArkUI.ArkUI.Full" ], "syntax": [ { "name": "|" } ], "version": [ { "name": "v7.0" } ], "description": [ { "name": "Sets the y-axis coordinate of the line start point." } ], "restrictions": [ { "name": [ "length", "percentage" ] } ] }, { "name": "x2", "syscap": [ "SystemCapability.ArkUI.ArkUI.Full" ], "syntax": [ { "name": "|" } ], "version": [ { "name": "v7.0" } ], "description": [ { "name": "Sets the x-axis coordinate of the end of the line." } ], "restrictions": [ { "name": [ "length", "percentage" ] } ] }, { "name": "y2", "syscap": [ "SystemCapability.ArkUI.ArkUI.Full" ], "syntax": [ { "name": "|" } ], "version": [ { "name": "v7.0" } ], "description": [ { "name": "Sets the y-axis coordinate of the end of the line." } ], "restrictions": [ { "name": [ "length", "percentage" ] } ] }, { "name": "points", "syscap": [ "SystemCapability.ArkUI.ArkUI.Full" ], "syntax": [ { "name": "string" } ], "version": [ { "name": "v7.0" } ], "description": [ { "name": "Set multiple coordinate points of the polyline" } ], "restrictions": [ { "name": [ "string" ] } ] }, { "name": "dx", "syscap": [ "SystemCapability.ArkUI.ArkUI.Full" ], "syntax": [ { "name": "|" } ], "version": [ { "name": "v7.0" } ], "description": [ { "name": "Set text X axis offset" } ], "restrictions": [ { "name": [ "length", "percentage" ] } ] }, { "name": "dy", "syscap": [ "SystemCapability.ArkUI.ArkUI.Full" ], "syntax": [ { "name": "|" } ], "version": [ { "name": "v7.0" } ], "description": [ { "name": "Set text Y axis offset" } ], "restrictions": [ { "name": [ "length", "percentage" ] } ] }, { "name": "stroke", "syscap": [ "SystemCapability.ArkUI.ArkUI.Full" ], "syntax": [ { "name": "" } ], "version": [ { "name": "v7.0" } ], "description": [ { "name": "Draws the font border and specifies the color" } ], "restrictions": [ { "name": [ "color" ] } ] }, { "name": "startOffset", "syscap": [ "SystemCapability.ArkUI.ArkUI.Full" ], "syntax": [ { "name": "|" } ], "version": [ { "name": "v7.0" } ], "description": [ { "name": "Sets the starting offset of the text along the path" } ], "restrictions": [ { "name": [ "length", "percentage" ] } ] }, { "name": "attributeName", "syscap": [ "SystemCapability.ArkUI.ArkUI.Full" ], "syntax": [ { "name": "string" } ], "version": [ { "name": "v7.0" } ], "description": [ { "name": "Set the name of the property to be active" } ], "restrictions": [ { "name": [ "string" ] } ] }, { "name": "begin", "syscap": [ "SystemCapability.ArkUI.ArkUI.Full" ], "syntax": [ { "name": "