Skip to content

StatusBars

XML Elements

The following elements can be used within this component:

StatusBars

BarWidth

Type: decimal (e.g. -10.0 or 0.0 or 2.5)

Path: StatusBars/BarWidth

BarHeight

Height of a normal sized bar. Some bars are scaled accordingly.

Type: decimal (e.g. -10.0 or 0.0 or 2.5)

Path: StatusBars/BarHeight

HeightOffset

Type: decimal (e.g. -10.0 or 0.0 or 2.5)

Path: StatusBars/HeightOffset

RELAX NG Grammar

<define name="component.StatusBars">
  <element name="StatusBars">
    <interleave>
      <element name="BarWidth">
        <data type="decimal"/>
      </element>
      <element name="BarHeight">
        <data type="decimal"/>
      </element>
      <element name="HeightOffset">
        <data type="decimal"/>
      </element>
    </interleave>
  </element>
</define>