http://www.yworks.com/xml/graphml
simpleType verticalTextPosition.type

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

Documentation
The valid vertical text vs. icon alignements for labels.

Valid values are:

Properties
This component is not nillable.

Model

('top' | 'bottom' | 'center')

Source
<xs:simpleType name="verticalTextPosition.type">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="top"/>
<xs:enumeration value="bottom"/>
<xs:enumeration value="center"/>
</xs:restriction>
</xs:simpleType>


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