Border Styles Values XML File

Purpose

The border styles values XML file is used to define the border styles of system model items. The valid values for a border style can be any CSS property of an SVG shape.

Note: For more information, see Scalable Vector Graphics (SVG) 1.1 Specification.

The CSS applies to the shape of the item and it can control the stroke width, and dash pattern as well as the overall opacity. It cannot set the stroke or text colors.

Syntax

The Border Styles files use the common syntax for all Values XML files.

The value attribute can take any value valid for the SVG style attribute

Example

<?xml version="1.0"?>
<values default="stroke-width: 0.4">
<item label="Plugin" value="stroke-width: 2">
<m ref="sdcarddrv"/>
<m ref="audiodrv"/>
</item>
</values>

The following figure shows the generated legend for the preceding border styles values XML: