2.165 FrameBackground

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

The FrameBackground element specifies the style of the background of a LinearGauge, a RadialGauge, or a GaugePanel.

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

Parent elements

BackFrame

 Child elements

FrameBackground.Style

The following is the XML Schema definition of the FrameBackground element.          

 <xsd:complexType name="FrameBackgroundType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Style" type="StyleType" minOccurs="0" />
   </xsd:choice>
 </xsd:complexType>