2.164 BackFrame

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

The BackFrame element specifies the frame and frame background properties for a LinearGauge, a RadialGauge, or a GaugePanel. This element is optional.

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

Parent elements

LinearGauge

RadialGauge

GaugePanel

Child elements

BackFrame.FrameBackground

BackFrame.FrameImage

BackFrame.FrameShape

BackFrame.FrameStyle

BackFrame.FrameWidth

BackFrame.GlassEffect

BackFrame.Style

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

 <xsd:complexType name="BackFrameType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Style" type="StyleType" minOccurs="0" />
     <xsd:element name="FrameBackground" type="FrameBackgroundType" 
                  minOccurs="0" />
     <xsd:element name="FrameImage" type="FrameImageType" minOccurs="0" />
     <xsd:element name="FrameStyle" type="xsd:string" minOccurs="0" />
     <xsd:element name="FrameShape" type="xsd:string" minOccurs="0" />
     <xsd:element name="FrameWidth" type="xsd:string" minOccurs="0" />
     <xsd:element name="GlassEffect" 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 BackFrame element in RDL 2010/01 and RDL 2016/01.

 <xsd:complexType name="BackFrameType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Style" type="StyleType" minOccurs="0" />
     <xsd:element name="FrameBackground" type="FrameBackgroundType" 
                  minOccurs="0" />
     <xsd:element name="FrameImage" type="FrameImageType" minOccurs="0" />
     <xsd:element name="FrameStyle" type="xsd:string" minOccurs="0" />
     <xsd:element name="FrameShape" type="xsd:string" minOccurs="0" />
     <xsd:element name="FrameWidth" type="xsd:string" minOccurs="0" />
     <xsd:element name="GlassEffect" type="xsd:string" minOccurs="0" />
     <xsd:any namespace="##other" processContents="lax" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>