rate

Specifies the percentage of stipple color that is stippled over a solid background color.

The background color is not specified by the stipple object.

Syntax

Reference_Syntax.rate = "50 | integer"

Values

Type

Values

String

  • 50 (default)

  • Any valid integer value between 0 and 100, where 0 results in no visible stippling drawn over the background color and 100 results in a complete obscuring of the background color by filling the area completely with stipple color.

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.

Applies to

Model

Object

Form Model

stipple

Version

XFA 2.1

Examples

JavaScript

TextField1.border.fill.stipple.rate = "75";

FormCalc

TextField1.border.fill.stipple.rate = "75"

// Ethnio survey code removed