diff -r 5b32dc297d05 -r 3c36c452f013 sysmodellibs/sysmodelgen/doc/sysmodel/SMG-Input-Files/Border-Style-XMLFile.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sysmodellibs/sysmodelgen/doc/sysmodel/SMG-Input-Files/Border-Style-XMLFile.html Wed Oct 13 16:21:25 2010 +0100 @@ -0,0 +1,91 @@ + + + + + + Border Styles Values XML File in Values XML Files + + + + + + + + + + +
+ + + + +
+
+
+
+
+
+

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: +

+


+ +
+ +
+ +
+ +
+
+
+
+
+
+
+ +
+ +