<reflection>
(Reflection Effect)
This element specifies a reflection effect.
Attributes |
Description |
---|---|
|
Specifies shadow alignment. The possible values for this attribute are defined by the ST_RectAlignment simple type (§5.1.12.53). |
|
Specifies the blur radius. The possible values for this attribute are defined by the ST_PositiveCoordinate simple type (§5.1.12.42). |
|
Specifies the direction of the alpha gradient ramp relative to the shape itself. The possible values for this attribute are defined by the ST_PositiveFixedAngle simple type (§5.1.12.44). |
|
Specifies how far to distance the shadow. The possible values for this attribute are defined by the ST_PositiveCoordinate simple type (§5.1.12.42). |
|
Specifies the ending reflection opacity. The possible values for this attribute are defined by the ST_PositiveFixedPercentage simple type (§5.1.12.45). |
|
Specifies the end position (along the alpha gradient ramp) of the end alpha value. The possible values for this attribute are defined by the ST_PositiveFixedPercentage simple type (§5.1.12.45). |
|
Specifies the direction to offset the reflection. The possible values for this attribute are defined by the ST_PositiveFixedAngle simple type (§5.1.12.44). |
|
Specifies the horizontal skew angle. The possible values for this attribute are defined by the ST_FixedAngle simple type (§5.1.12.21). |
|
Specifies the vertical skew angle. The possible values for this attribute are defined by the ST_FixedAngle simple type (§5.1.12.21). |
|
Specifies if the reflection should rotate with the shape. The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
starting reflection opacity. The possible values for this attribute are defined by the ST_PositiveFixedPercentage simple type (§5.1.12.45). |
|
Specifies the start position (along the alpha gradient ramp) of the start alpha value. The possible values for this attribute are defined by the ST_PositiveFixedPercentage simple type (§5.1.12.45). |
|
Specifies the horizontal scaling factor. The possible values for this attribute are defined by the ST_Percentage simple type (§5.1.12.41). |
|
Specifies the vertical scaling factor. The possible values for this attribute are defined by the ST_Percentage simple type (§5.1.12.41). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_ReflectionEffect">
<attribute name="blurRad" type="ST_PositiveCoordinate" use="optional" default="0"/>
<attribute name="stA" type="ST_PositiveFixedPercentage" use="optional" default="100000"/>
<attribute name="stPos" type="ST_PositiveFixedPercentage" use="optional" default="0"/>
<attribute name="endA" type="ST_PositiveFixedPercentage" use="optional" default="0"/>
<attribute name="endPos" type="ST_PositiveFixedPercentage" use="optional" default="100000"/>
<attribute name="dist" type="ST_PositiveCoordinate" use="optional" default="0"/>
<attribute name="dir" type="ST_PositiveFixedAngle" use="optional" default="0"/>
<attribute name="fadeDir" type="ST_PositiveFixedAngle" use="optional" default="5400000"/>
<attribute name="sx" type="ST_Percentage" use="optional" default="100000"/>
<attribute name="sy" type="ST_Percentage" use="optional" default="100000"/>
<attribute name="kx" type="ST_FixedAngle" use="optional" default="0"/>
<attribute name="ky" type="ST_FixedAngle" use="optional" default="0"/>
<attribute name="algn" type="ST_RectAlignment" use="optional" default="b"/>
<attribute name="rotWithShape" type="xsd:boolean" use="optional" default="true"/>
</complexType>