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

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

Documentation
The style used to draw the bends.
Properties
This component is not nillable.

Model
<BendStyle
  smoothed = xs:boolean>

</BendStyle>


Attribute Summary
 xs:booleansmoothed
           Whether to draw smooth instead of angular bends.  

Attribute Detail

smoothed

Whether to draw smooth instead of angular bends.

Type:
xs:boolean
Use:
optional
Form:
unqualified

Source
<xs:element name="BendStyle">
<xs:complexType>
<xs:attribute name="smoothed" type="xs:boolean" use="optional">
</xs:attribute>
</xs:complexType>
</xs:element>


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