2.201.2 PointerCap.CapStyle

Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01

The PointerCap.CapStyle element specifies the type of a PointerCap instance. The PointerCap.CapStyle element is optional. If this element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) or an expression that evaluates to a String. The value of this element MUST be one of the following or an expression that evaluates to one of the following:

RoundedDark: Specifies that the PointerCap instance is rounded and shaded darkly.

Rounded: Specifies that the PointerCap instance is rounded and shaded normally.

RoundedLight: Specifies that the PointerCap instance is rounded and shaded lightly.

RoundedWithAdditionalTop: Specifies that the PointerCap instance is rounded with an additional rounded top.

RoundedWithWideIndentation: Specifies that the PointerCap instance is rounded with a wide indentation in the middle.

FlattenedWithIndentation: Specifies that the PointerCap instance is round but flat with a regular-sized indentation in the middle.

FlattenedWithWideIndentation: Specifies that the PointerCap instance is round but flat with a wide indentation in the middle.

RoundedGlossyWithIndentation: Specifies that the PointerCap is rounded and glossy with a regular-sized indentation in the middle.

RoundedWithIndentation: Specifies that the PointerCap s rounded with a regular-sized indentation in the middle.

If the PointerCap.CapStyle element is not present, its value is interpreted as "RoundedDark".

The following is the parent element of the PointerCap.CapStyle element.

Parent elements

PointerCap

The following is the XML Schema definition of the PointerCap.CapStyle element.

 <xsd:element name="CapStyle" type="xsd:string" minOccurs="0">