Specifies the percentage of stipple
color that is stippled over a solid background color.
The background color is not specified by the stipple object.
SyntaxReference_Syntax.rate = "50 | integer"
Values
Type
|
Values
|
String
|
Any stipple rate between 0 and 100 results
in a varying blend of background color and an overlaid stipple color.
For example, a stipple rate of 50 results in an
equal blend of background color and stipple color.
|
JavaScriptTextField1.border.fill.stipple.rate = "75";
FormCalcTextField1.border.fill.stipple.rate = "75"
|
|
|