2.201 PointerCap

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

The PointerCap element specifies display properties for the RadialPointer caps within a RadialGauge. This element is optional.

The following are the parent and child elements of the PointerCap element.

Parent elements

RadialPointer

Child elements

PointerCap.CapImage

PointerCap.CapStyle

PointerCap.Hidden

PointerCap.OnTop

PointerCap.Reflection

PointerCap.Style

PointerCap.Width

The following is the XML Schema definition of the PointerCap element in RDL 2008/01.

 <xsd:complexType name="PointerCapType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Style" type="StyleType" minOccurs="0" />
     <xsd:element name="CapImage" type="CapImageType" minOccurs="0" />
     <xsd:element name="OnTop" type="xsd:string" minOccurs="0" />
     <xsd:element name="Reflection" type="xsd:string" minOccurs="0" />
     <xsd:element name="CapStyle" type="xsd:string" minOccurs="0" />
     <xsd:element name="Hidden" type="xsd:string" minOccurs="0" />
     <xsd:element name="Width" type="xsd:string" minOccurs="0" />
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>

The following is the XML Schema definition of the PointerCap element in RDL 2010/01 and RDL 2016/01.

 <xsd:complexType name="PointerCapType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Style" type="StyleType" minOccurs="0" />
     <xsd:element name="CapImage" type="CapImageType" minOccurs="0" />
     <xsd:element name="OnTop" type="xsd:string" minOccurs="0" />
     <xsd:element name="Reflection" type="xsd:string" minOccurs="0" />
     <xsd:element name="CapStyle" type="xsd:string" minOccurs="0" />
     <xsd:element name="Hidden" type="xsd:string" minOccurs="0" />
     <xsd:element name="Width" type="xsd:string" minOccurs="0" />
     <xsd:any namespace="##other" processContents="lax" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>