Aspect for drawing connection pins.<q ref="core.svg:GmlDrawing">GmlDrawing</q>(c) SAP AG 2003-2006. All rights reserved.
Gets or sets the pin's color.If the pin color is not specified, the stroke color of the containing shape will be used.
Gets or sets the pin's graphical symbol.The <code>symbol</code> property is a bitwise combination of the following groups of flags:
<table class="BOTH"><tr><td class="H V">Name </td><td class=H>Description </td></tr><tr><td class=V>SVG_CLASSIC_PIN </td><td>Classic pin symbol (default) </td></tr><tr><td class=V>SVG_DIAMOND_PIN </td><td>Diamond symbol </td></tr><tr><td class=V>SVG_CIRCLE_PIN </td><td>Circle symbol </td></tr><tr><td class=V>SVG_SQUARE_PIN </td><td>Square symbol </td></tr><tr><td class=V>SVG_TRIANGLE_PIN </td><td>Triangle symbol </td></tr><tr><td class=V> </td><td> </td></tr><tr><td class=V>SVG_HOLLOW </td><td>The symbol is hollow, i.e. filled with white color (default for input pins). </td></tr><tr><td class=V>SVG_FILLED </td><td>The symbol is filled with the primary color (default for output pins). </td></tr><tr><td class=V> </td><td> </td></tr><tr><td class=V>SVG_INWARD </td><td>The symbol is facing inward (default for input pins). </td></tr><tr><td class=V>SVG_OUTWARD </td><td>The symbol is facing outward (default for output pins). </td></tr><tr><td class=V> </td><td> </td></tr><tr><td class=V>SVG_NOTEXT </td><td>The pin text label is hidden </td></tr></table>