http://www.yworks.com/xml/graphml
element Fill

Super Types
{http://www.yworks.com/xml/graphml} (restriction)

Documentation
The fill attributes of the node.
Properties
This component is not nillable.

Model
<Fill
  color = xs:string
  color2 = xs:string
  hasColor = xs:boolean
  transparent = xs:boolean>

</Fill>


Attribute Summary
 xs:stringcolor
           The first fill color.  
 xs:stringcolor2
           The second fill color (for gradient fills).  
 xs:booleanhasColor
           Whether the node has a visible fill color.  
 xs:booleantransparent
           Whether the node is transparent.  

Attribute Detail

color

The first fill color.

Type:
xs:string
Use:
optional
Form:
unqualified

color2

The second fill color (for gradient fills).

Type:
xs:string
Use:
optional
Form:
unqualified

hasColor

Whether the node has a visible fill color.

Type:
xs:boolean
Use:
optional
Form:
unqualified

transparent

Whether the node is transparent.

Type:
xs:boolean
Use:
optional
Form:
unqualified

Source
<xs:element maxOccurs="1" minOccurs="0" name="Fill">
<xs:complexType>
<xs:attribute name="hasColor" type="xs:boolean" use="optional">
</xs:attribute>
<xs:attribute name="color" type="xs:string" use="optional">
</xs:attribute>
<xs:attribute name="color2" type="xs:string" use="optional">
</xs:attribute>
<xs:attribute name="transparent" type="xs:boolean" use="optional">
</xs:attribute>
</xs:complexType>
</xs:element>


© Copyright 2000-2009, yWorks GmbH. All rights reserved.