<sas:ShadowStyle>
The ShadowStyle tag encapsulates the visual attributes specific to a shadow style.
This tag must be nested within a sas:LegendModel or sas:TextStyle tag.
Syntax
<sas:ShadowStyle
[color="java.lang.String"]
[id="value"]
[offsetX="java.lang.String"]
[offsetY="java.lang.String"]
[softness="java.lang.Double"]
[visible="java.lang.Boolean"]>
[<sas:SetProperty ...>
The value to set on the parent tag
</sas:SetProperty>]
[Additional <sas:SetProperty> tags...]
</sas:ShadowStyle>
Attributes
color | The color to set |
---|---|
id | Case-sensitive name used to identify the object instance. |
offsetX | The offsetX to set |
offsetY | The offsetY to set |
softness | range of 0.0-1.0 with 1.0 being the same as NO fuzziness. |
visible | The visible to set |
More Information
To view the documentation for the related InformationBean, see com.sas.graphics.components.ShadowStyle.
If you need to subclass the tag handler class for the sas:ShadowStyle tag, extend com.sas.taglib.graphics.components.ShadowStyleTag.