http://www.yworks.com/xml/graphml
complexType DropShadow.type

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.yworks.com/xml/graphml}DropShadow.type (restriction)

Documentation
Complex type that describes the attributes of a drop shadow.
Properties
This component is not nillable.

Model
<...
  color = color.type
  offsetX = xs:byte
  offsetY = xs:byte>

</...>


Attribute Summary
 color.typecolor
           The color of the drop shadow.  
 xs:byteoffsetX
           The offset in x direction.  
 xs:byteoffsetY
           The offset in y direction.  

Attribute Detail

color

The color of the drop shadow.

Type:
color.type
Use:
optional
Form:
unqualified

offsetX

The offset in x direction.

Type:
xs:byte
Use:
optional
Form:
unqualified

offsetY

The offset in y direction.

Type:
xs:byte
Use:
optional
Form:
unqualified

Source
<xs:complexType name="DropShadow.type">
<xs:attribute name="color" type="color.type" use="optional">
</xs:attribute>
<xs:attribute name="offsetX" type="xs:byte" use="optional">
</xs:attribute>
<xs:attribute name="offsetY" type="xs:byte" use="optional">
</xs:attribute>
</xs:complexType>


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