2.163.34 GaugePanel.TextAntiAliasingQuality

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

The GaugePanel.TextAntiAliasingQuality element specifies the anti-aliasing quality for text in a GaugePanel. The GaugePanel.TextAntiAliasingQuality 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 specified value for this element MUST always be set to one of the following:

High: The text in the gauge panel will have a high anti-aliasing quality.

Normal: The text in the gauge panel will have a normal anti-aliasing quality.

SystemDefault: The text in the gauge panel will have an anti-aliasing quality, which is the system default.

If the GaugePanel.TextAntiAliasingQuality element is not present, its value is interpreted as "High".

The following is the parent element of the GaugePanel.TextAntiAliasingQuality element.

Parent elements

GaugePanel

The following is the XML Schema definition of the GaugePanel.TextAntiAliasingQuality element.

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