﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>DevExpress.Xpf.Gauges.v23.1</name>
  </assembly>
  <members>
    <member name="N:DevExpress.Xpf.Gauges">
      <summary>
        <para>Contains classes which implement the main functionality of the <see href="https://docs.devexpress.com/WPF/115093/controls-and-libraries/gauge-controls">DXGauges Suite</see>. To use these classes in XAML code, add the xmlns:dxga=”“ namespace reference.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.AnalogGaugeControl">
      <summary>
        <para>A base class for all analog gauges shipped in the DXGauge Suite.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.AnalogGaugeControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.AnalogGaugeControl"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.AnalogGaugeControl.GetValueIndicator(DevExpress.Xpf.Gauges.StateIndicatorControl)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.Gauges.AnalogGaugeControl.ValueIndicator">AnalogGaugeControl.ValueIndicator</see> attached property for the specified  <see cref="T:DevExpress.Xpf.Gauges.StateIndicatorControl"/>.</para>
      </summary>
      <param name="stateControl">A <see cref="T:DevExpress.Xpf.Gauges.StateIndicatorControl"/> object whose <see cref="P:DevExpress.Xpf.Gauges.AnalogGaugeControl.ValueIndicator">AnalogGaugeControl.ValueIndicator</see> property’s value is to be returned.</param>
      <returns>The value of the <see cref="P:DevExpress.Xpf.Gauges.AnalogGaugeControl.ValueIndicator">AnalogGaugeControl.ValueIndicator</see> property for the specified state indicator.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.AnalogGaugeControl.ScalePanelTemplate">
      <summary>
        <para>Gets or sets a panel template that specifies how to arrange <see href="https://docs.devexpress.com/WPF/10321/controls-and-libraries/gauge-controls/scales">scales</see> within a Gauge control.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Controls.ItemsPanelTemplate"/>  object that is a panel template.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.AnalogGaugeControl.ScalePanelTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.AnalogGaugeControl.ScalePanelTemplate">AnalogGaugeControl.ScalePanelTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.AnalogGaugeControl.SetValueIndicator(DevExpress.Xpf.Gauges.StateIndicatorControl,DevExpress.Xpf.Gauges.ValueIndicatorBase)">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.Gauges.AnalogGaugeControl.ValueIndicator">AnalogGaugeControl.ValueIndicator</see> attached property for the specified <see cref="T:DevExpress.Xpf.Gauges.StateIndicatorControl"/>.</para>
      </summary>
      <param name="stateControl">The state indicator control from which the property value is read.</param>
      <param name="value">The required <see cref="T:DevExpress.Xpf.Gauges.ValueIndicatorBase"/> class descendant.</param>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.AnalogGaugeControl.ValueIndicatorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.AnalogGaugeControl.ValueIndicator">AnalogGaugeControl.ValueIndicator</see> attached property.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.AnimationBase">
      <summary>
        <para>A base class for all animation available in the DXGauge Suite.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.AnimationBase.Enable">
      <summary>
        <para>Gets or sets a value specifying whether the digital gauge control should be animated using creeping line or blinking animation.</para>
      </summary>
      <value>true to enable animation; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.AnimationBase.EnableProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.AnimationBase.Enable">AnimationBase.Enable</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.ArcScale">
      <summary>
        <para>An <see href="https://docs.devexpress.com/WPF/9956/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/arc-scale">arc scale</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.ArcScale.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.ArcScale"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ArcScale.ActualShowSpindleCap">
      <summary>
        <para>Gets an actual value indicating the visibility of a <see href="https://docs.devexpress.com/WPF/9963/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/spindle-cap">Spindle Cap</see>.</para>
      </summary>
      <value>true to show a spindle cap; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ArcScale.EndAngle">
      <summary>
        <para>Gets or sets the angle that specifies the scale end position.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that is the end angle of the scale.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScale.EndAngleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ArcScale.EndAngle">ArcScale.EndAngle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ArcScale.LabelOptions">
      <summary>
        <para>Gets or sets the options that specify the position and format for <see href="https://docs.devexpress.com/WPF/9959/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/labels">labels</see> displayed on the scale.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Gauges.ArcScaleLabelOptions"/> object that contains label settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScale.LabelOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ArcScale.LabelOptions">ArcScale.LabelOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ArcScale.Layers">
      <summary>
        <para>Provides access to a collection of <see href="https://docs.devexpress.com/WPF/9962/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/layers">layers</see> contained in the current <see href="https://docs.devexpress.com/WPF/9956/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/arc-scale">Circular scale</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Gauges.ArcScaleLayerCollection"/> object that contains scale layers.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScale.LayersProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ArcScale.Layers">ArcScale.Layers</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ArcScale.LayoutMode">
      <summary>
        <para>Provides different types of layouts for the <see href="https://docs.devexpress.com/WPF/9956/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/arc-scale">Circular Scale</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Gauges.ArcScaleLayoutMode"/> enumeration value that specifies the possible ways a circular scale can be positioned.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScale.LayoutModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ArcScale.LayoutMode">ArcScale.LayoutMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ArcScale.LinePresentation">
      <summary>
        <para>Gets or sets the current presentation that specifies the appearance of a <see href="https://docs.devexpress.com/WPF/10362/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/line">line</see>.</para>
      </summary>
      <value>A DevExpress.Xpf.Gauges.ArcScaleLinePresentation object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScale.LinePresentationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ArcScale.LinePresentation">ArcScale.LinePresentation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ArcScale.Markers">
      <summary>
        <para>Provides access to a collection of <see href="https://docs.devexpress.com/WPF/9958/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/marker">markers</see> contained in the current <see href="https://docs.devexpress.com/WPF/9956/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/arc-scale">Circular Scale</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Gauges.ArcScaleMarkerCollection"/> object that contains scale markers.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScale.MarkersProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ArcScale.Markers">ArcScale.Markers</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ArcScale.Needles">
      <summary>
        <para>Provides access to a collection of <see href="https://docs.devexpress.com/WPF/9957/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/needle">needles</see> contained in the current <see href="https://docs.devexpress.com/WPF/9956/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/arc-scale">Circular Scale</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Gauges.ArcScaleNeedleCollection"/> object that contains scale needles.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScale.NeedlesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ArcScale.Needles">ArcScale.Needles</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ArcScale.PredefinedLinePresentations">
      <summary>
        <para>Returns a list of predefined presentations for lines.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Generic.List`1"/> of <see cref="T:DevExpress.Xpf.Gauges.PredefinedElementKind"/> objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ArcScale.PredefinedSpindleCapPresentations">
      <summary>
        <para>Contains the list of predefined presentations for the <see href="https://docs.devexpress.com/WPF/9963/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/spindle-cap">Spindle Cap</see> element.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Generic.List`1"/> of <see cref="T:DevExpress.Xpf.Gauges.PredefinedElementKind"/> objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ArcScale.RangeBars">
      <summary>
        <para>Provides access to a collection of <see href="https://docs.devexpress.com/WPF/9961/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/range-bar">range bars</see> contained in the current <see href="https://docs.devexpress.com/WPF/9956/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/arc-scale">Circular Scale</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Gauges.ArcScaleRangeBarCollection"/> object that contains scale range bars.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScale.RangeBarsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ArcScale.RangeBars">ArcScale.RangeBars</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ArcScale.Ranges">
      <summary>
        <para>Provides access to a collection of <see href="https://docs.devexpress.com/WPF/9993/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/range">ranges</see> contained in the current <see href="https://docs.devexpress.com/WPF/9956/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/arc-scale">Circular Scale</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Gauges.ArcScaleRangeCollection"/>  object that contains scale ranges.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScale.RangesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ArcScale.Ranges">ArcScale.Ranges</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ArcScale.ShowSpindleCap">
      <summary>
        <para>Gets or sets a value indicating whether a <see href="https://docs.devexpress.com/WPF/9963/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/spindle-cap">spindle cap</see> should be shown or not.</para>
      </summary>
      <value>true to show a spindle cap; false to hide it.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScale.ShowSpindleCapProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ArcScale.ShowSpindleCap">ArcScale.ShowSpindleCap</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ArcScale.SpindleCapOptions">
      <summary>
        <para>Gets or sets the options that specify the position and format for a <see href="https://docs.devexpress.com/WPF/9963/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/spindle-cap">spindle cap</see> displayed on the scale.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.SpindleCapOptions"/> object that contains spindle cap settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScale.SpindleCapOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ArcScale.SpindleCapOptions">ArcScale.SpindleCapOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ArcScale.SpindleCapPresentation">
      <summary>
        <para>Gets or sets the current presentation that specifies the appearance of the <see href="https://docs.devexpress.com/WPF/9963/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/spindle-cap">spindle cap</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.SpindleCapPresentation"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScale.SpindleCapPresentationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ArcScale.SpindleCapPresentation">ArcScale.SpindleCapPresentation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ArcScale.StartAngle">
      <summary>
        <para>Gets or sets the angle that specifies the scale start position.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that is the start angle of the scale.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScale.StartAngleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ArcScale.StartAngle">ArcScale.StartAngle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.ArcScaleCollection">
      <summary>
        <para>A collection of <see href="https://docs.devexpress.com/WPF/9956/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/arc-scale">arc scales</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.ArcScaleCollection.#ctor(DevExpress.Xpf.Gauges.CircularGaugeControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.ArcScaleCollection"/> class with the specified owner.</para>
      </summary>
      <param name="gauge">A <see cref="T:DevExpress.Xpf.Gauges.CircularGaugeControl"/> object that should be the owner of the created collection.</param>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.ArcScaleIndicator">
      <summary>
        <para>A class that specifies  <see href="https://docs.devexpress.com/WPF/10322/controls-and-libraries/gauge-controls/value-indicators">value indicators</see> of a circular scale.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.ArcScaleIndicatorCollection`1">
      <summary>
        <para>A collection that stores <see href="https://docs.devexpress.com/WPF/10322/controls-and-libraries/gauge-controls/value-indicators">value indicators</see> of a particular <see href="https://docs.devexpress.com/WPF/9956/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/arc-scale">circular scale</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.ArcScaleIndicatorCollection`1.#ctor(DevExpress.Xpf.Gauges.ArcScale)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.ArcScaleIndicatorCollection`1"/> class with the specified owner.</para>
      </summary>
      <param name="scale">An <see cref="T:DevExpress.Xpf.Gauges.ArcScale"/> object that should be the owner of the created collection.</param>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.ArcScaleLabelOptions">
      <summary>
        <para>Contains appearance and behavior options for arc scale <see href="https://docs.devexpress.com/WPF/9959/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/labels">labels</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.ArcScaleLabelOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.ArcScaleLabelOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ArcScaleLabelOptions.Orientation">
      <summary>
        <para>Provides different types of orientation for <see href="https://docs.devexpress.com/WPF/9959/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/labels">labels</see> on the <see href="https://docs.devexpress.com/WPF/9956/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/arc-scale">Circular scale</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Gauges.ArcScaleLabelOrientation"/> object that specifies possible ways labels can be oriented.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScaleLabelOptions.OrientationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ArcScaleLabelOptions.Orientation">ArcScaleLabelOptions.Orientation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.ArcScaleLabelOrientation">
      <summary>
        <para>Lists the possible ways arc scale <see href="https://docs.devexpress.com/WPF/9959/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/labels">labels</see> can be oriented.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScaleLabelOrientation.BottomToTop">
      <summary>
        <para>Arc scale labels are painted from bottom to top.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScaleLabelOrientation.LeftToRight">
      <summary>
        <para>Arc scale labels are painted from left to right.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScaleLabelOrientation.Radial">
      <summary>
        <para>Arc scale labels are painted radially to the corresponding values on a scale.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScaleLabelOrientation.Tangent">
      <summary>
        <para>Arc scale labels are painted tangentially to the corresponding values on a scale.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScaleLabelOrientation.TopToBottom">
      <summary>
        <para>Arc scale labels are painted from top to bottom.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.ArcScaleLayer">
      <summary>
        <para>A <see href="https://docs.devexpress.com/WPF/9962/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/layers">layer</see> that contains properties to define the visual presentation of a <see href="https://docs.devexpress.com/WPF/9956/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/arc-scale">circular scale</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.ArcScaleLayer.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.ArcScaleLayer"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ArcScaleLayer.PredefinedPresentations">
      <summary>
        <para>Returns a list of predefined presentations for an arc scale layer.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Generic.List`1"/> of <see cref="T:DevExpress.Xpf.Gauges.PredefinedElementKind"/> objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ArcScaleLayer.Presentation">
      <summary>
        <para>Gets or sets the current presentation that specifies the appearance of the layer.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Gauges.ArcScaleLayerPresentation"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScaleLayer.PresentationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ArcScaleLayer.Presentation">ArcScaleLayer.Presentation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.ArcScaleLayerCollection">
      <summary>
        <para>A collection that stores the <see href="https://docs.devexpress.com/WPF/9962/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/layers">layers</see> of a particular <see href="https://docs.devexpress.com/WPF/9956/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/arc-scale">arc scale</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.ArcScaleLayerCollection.#ctor(DevExpress.Xpf.Gauges.ArcScale)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.ArcScaleLayerCollection"/> class with the specified owner.</para>
      </summary>
      <param name="scale">An <see cref="T:DevExpress.Xpf.Gauges.ArcScale"/> object that should be the owner of the created collection.</param>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.ArcScaleLayerPresentation">
      <summary>
        <para>Contains presentation settings for an arc scale layer.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.ArcScaleLayoutMode">
      <summary>
        <para>Lists possible layouts of an <see href="https://docs.devexpress.com/WPF/9956/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/arc-scale">arc scale</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScaleLayoutMode.Auto">
      <summary>
        <para>An arc scale layout depends on the start and end scale angles.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScaleLayoutMode.Circle">
      <summary>
        <para>An arc scale always appears as a circle that tries to occupy as much space as possible.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScaleLayoutMode.Ellipse">
      <summary>
        <para>An arc scale appears as an ellipse which sides are stretched.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScaleLayoutMode.HalfTop">
      <summary>
        <para>An arc scale appears as the upper half of a circle which tries to occupy as much space as possible.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScaleLayoutMode.QuarterTopLeft">
      <summary>
        <para>An arc scale appears as an upper left quarter circle.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScaleLayoutMode.QuarterTopRight">
      <summary>
        <para>An arc scale appears as an upper right quarter circle.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScaleLayoutMode.ThreeQuarters">
      <summary>
        <para>An arc scale is displayed as a three quarter circle.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.ArcScaleLinePresentation">
      <summary>
        <para>Serves as a base class for line presentations.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.ArcScaleMarker">
      <summary>
        <para>An arc scale <see href="https://docs.devexpress.com/WPF/9958/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/marker">marker</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.ArcScaleMarker.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.ArcScaleMarker"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ArcScaleMarker.Options">
      <summary>
        <para>Gets or sets the options of a <see href="https://docs.devexpress.com/WPF/9958/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/marker">marker</see> that specify its shape and position on a Circular scale.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Gauges.ArcScaleMarkerOptions"/> object that contains the settings of the marker.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScaleMarker.OptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ArcScaleMarker.Options">ArcScaleMarker.Options</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ArcScaleMarker.PredefinedPresentations">
      <summary>
        <para>Returns a list of predefined presentations for an arc scale marker.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Generic.List`1"/> of <see cref="T:DevExpress.Xpf.Gauges.PredefinedElementKind"/> objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ArcScaleMarker.Presentation">
      <summary>
        <para>Gets or sets the current presentation that specifies the appearance of the marker.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Gauges.ArcScaleMarkerPresentation"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScaleMarker.PresentationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ArcScaleMarker.Presentation">ArcScaleMarker.Presentation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.ArcScaleMarkerCollection">
      <summary>
        <para>A collection that stores the <see href="https://docs.devexpress.com/WPF/9958/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/marker">markers</see> of a particular <see href="https://docs.devexpress.com/WPF/9956/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/arc-scale">arc scale</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.ArcScaleMarkerCollection.#ctor(DevExpress.Xpf.Gauges.ArcScale)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.ArcScaleMarkerCollection"/> class with the specified owner.</para>
      </summary>
      <param name="scale">An <see cref="T:DevExpress.Xpf.Gauges.ArcScale"/> object that should be the owner of the created collection.</param>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.ArcScaleMarkerOptions">
      <summary>
        <para>Contains layout options for an arc scale <see href="https://docs.devexpress.com/WPF/9958/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/marker">marker</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.ArcScaleMarkerOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.ArcScaleMarkerOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ArcScaleMarkerOptions.Orientation">
      <summary>
        <para>Provides different types of orientation for the <see href="https://docs.devexpress.com/WPF/9958/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/marker">marker</see> on the <see href="https://docs.devexpress.com/WPF/9956/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/arc-scale">Circular scale</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Gauges.ArcScaleMarkerOrientation"/> object that specifies possible ways the marker can be oriented.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScaleMarkerOptions.OrientationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ArcScaleMarkerOptions.Orientation">ArcScaleMarkerOptions.Orientation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ArcScaleMarkerOptions.ZIndex">
      <summary>
        <para>Gets or sets the z-index of a marker.</para>
      </summary>
      <value>An integer value that is the z-index.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScaleMarkerOptions.ZIndexProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ArcScaleMarkerOptions.ZIndex">ArcScaleMarkerOptions.ZIndex</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.ArcScaleMarkerOrientation">
      <summary>
        <para>Lists the possible ways arc scale <see href="https://docs.devexpress.com/WPF/9958/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/marker">markers</see> can be oriented.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScaleMarkerOrientation.Normal">
      <summary>
        <para>An Arc scale marker isn’t rotated when painted, and its default orientation is used. For example, in the picture below, a marker’s model represents an arrow oriented from right to left.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScaleMarkerOrientation.RadialFromCenter">
      <summary>
        <para>The Arc scale marker is rotated, so that at any point on a scale a marker is radially oriented from the scale center.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScaleMarkerOrientation.RadialToCenter">
      <summary>
        <para>The Arc scale marker is rotated, so that at any point on a scale a marker is radially oriented to the scale center.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScaleMarkerOrientation.RotateClockwise">
      <summary>
        <para>The Arc scale marker is rotated clockwise by 90 degrees when being painted. For example, in the picture below a marker’s model represents an arrow oriented from bottom to top.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScaleMarkerOrientation.RotateCounterclockwise">
      <summary>
        <para>The Arc scale marker is rotated counterclockwise by 90 degrees when being painted. For example, in the picture below a marker’s model represents an arrow oriented from top to bottom.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScaleMarkerOrientation.Tangent">
      <summary>
        <para>The Arc scale marker is rotated, so that at any point on a scale a marker is tangentially oriented to the corresponding values on a scale.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScaleMarkerOrientation.UpsideDown">
      <summary>
        <para>The Arc scale marker is rotated by 180 degrees when being painted. For example, in the picture below, a marker’s model represents an arrow oriented from left to right.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.ArcScaleMarkerPresentation">
      <summary>
        <para>Contains presentation settings for an arc scale marker.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.ArcScaleNeedle">
      <summary>
        <para>An arc scale <see href="https://docs.devexpress.com/WPF/9957/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/needle">needle</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.ArcScaleNeedle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.ArcScaleNeedle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ArcScaleNeedle.Options">
      <summary>
        <para>Gets or sets the options that allow you to customize the <see href="https://docs.devexpress.com/WPF/9957/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/needle">needle</see>‘s  shape and position on a Circular scale.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Gauges.ArcScaleNeedleOptions"/> object that contain the settings for the needle.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScaleNeedle.OptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ArcScaleNeedle.Options">ArcScaleNeedle.Options</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ArcScaleNeedle.PredefinedPresentations">
      <summary>
        <para>Returns a list of predefined presentations for an arc scale needle.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Generic.List`1"/> of <see cref="T:DevExpress.Xpf.Gauges.PredefinedElementKind"/> objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ArcScaleNeedle.Presentation">
      <summary>
        <para>Gets or sets the current presentation that specifies the appearance of the needle.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Gauges.ArcScaleNeedlePresentation"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScaleNeedle.PresentationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ArcScaleNeedle.Presentation">ArcScaleNeedle.Presentation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.ArcScaleNeedleCollection">
      <summary>
        <para>A collection that stores the <see href="https://docs.devexpress.com/WPF/9957/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/needle">needles</see> of a particular <see href="https://docs.devexpress.com/WPF/9956/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/arc-scale">arc scale</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.ArcScaleNeedleCollection.#ctor(DevExpress.Xpf.Gauges.ArcScale)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.ArcScaleNeedleCollection"/> class with the specified owner.</para>
      </summary>
      <param name="scale">An <see cref="T:DevExpress.Xpf.Gauges.ArcScale"/> object that should be the owner of the created collection.</param>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.ArcScaleNeedleOptions">
      <summary>
        <para>Contains layout options for arc scale <see href="https://docs.devexpress.com/WPF/9957/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/needle">needles</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.ArcScaleNeedleOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.ArcScaleNeedleOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ArcScaleNeedleOptions.EndOffset">
      <summary>
        <para>Gets or sets the offset of the <see href="https://docs.devexpress.com/WPF/9957/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/needle">needle</see>‘s end point  from the edge of the <see href="https://docs.devexpress.com/WPF/9956/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/arc-scale">Circular scale</see>.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that specifies the end offset of the needle.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScaleNeedleOptions.EndOffsetProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ArcScaleNeedleOptions.EndOffset">ArcScaleNeedleOptions.EndOffset</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ArcScaleNeedleOptions.StartOffset">
      <summary>
        <para>Gets or sets the offset of the <see href="https://docs.devexpress.com/WPF/9957/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/needle">needle</see>‘s starting point  from the <see href="https://docs.devexpress.com/WPF/9956/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/arc-scale">Circular scale</see> center.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that specifies the start offset of the needle.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScaleNeedleOptions.StartOffsetProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ArcScaleNeedleOptions.StartOffset">ArcScaleNeedleOptions.StartOffset</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ArcScaleNeedleOptions.ZIndex">
      <summary>
        <para>Gets or sets the z-index of a needle.</para>
      </summary>
      <value>An integer value that is the z-index.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScaleNeedleOptions.ZIndexProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ArcScaleNeedleOptions.ZIndex">ArcScaleNeedleOptions.ZIndex</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.ArcScaleNeedlePresentation">
      <summary>
        <para>Contains presentation settings for an arc scale <see href="https://docs.devexpress.com/WPF/9957/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/needle">needle</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.ArcScaleRange">
      <summary>
        <para>An arc scale <see href="https://docs.devexpress.com/WPF/9993/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/range">range</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.ArcScaleRange.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.ArcScaleRange"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ArcScaleRange.PredefinedPresentations">
      <summary>
        <para>Returns a list of predefined presentations for an arc scale range.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Generic.List`1"/> of <see cref="T:DevExpress.Xpf.Gauges.PredefinedElementKind"/> objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ArcScaleRange.Presentation">
      <summary>
        <para>Gets or sets the current presentation that specifies the appearance of the range.</para>
      </summary>
      <value>An DevExpress.Xpf.Gauges.ArcScaleRangePresentation object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScaleRange.PresentationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ArcScaleRange.Presentation">ArcScaleRange.Presentation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.ArcScaleRangeBar">
      <summary>
        <para>An arc scale <see href="https://docs.devexpress.com/WPF/9961/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/range-bar">range bar</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.ArcScaleRangeBar.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.ArcScaleRangeBar"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ArcScaleRangeBar.AnchorValue">
      <summary>
        <para>Gets or sets the value on a <see href="https://docs.devexpress.com/WPF/10321/controls-and-libraries/gauge-controls/scales">scale</see> that specifies a fixed edge of the <see href="https://docs.devexpress.com/WPF/9961/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/range-bar">range bar</see>.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value on a scale.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScaleRangeBar.AnchorValueProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ArcScaleRangeBar.AnchorValue">ArcScaleRangeBar.AnchorValue</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ArcScaleRangeBar.Options">
      <summary>
        <para>Gets or sets the options of a <see href="https://docs.devexpress.com/WPF/9961/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/range-bar">range bar</see> that specify its shape and position on a Circular scale.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Gauges.ArcScaleRangeBarOptions"/> object that contains the settings of the range bar.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScaleRangeBar.OptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ArcScaleRangeBar.Options">ArcScaleRangeBar.Options</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ArcScaleRangeBar.PredefinedPresentations">
      <summary>
        <para>Returns a list of predefined presentations for an arc scale range bar.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Generic.List`1"/> of <see cref="T:DevExpress.Xpf.Gauges.PredefinedElementKind"/> objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ArcScaleRangeBar.Presentation">
      <summary>
        <para>Gets or sets the current presentation that specifies the appearance of the range bar.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Gauges.ArcScaleRangeBarPresentation"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScaleRangeBar.PresentationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ArcScaleRangeBar.Presentation">ArcScaleRangeBar.Presentation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.ArcScaleRangeBarCollection">
      <summary>
        <para>A collection that stores the <see href="https://docs.devexpress.com/WPF/9961/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/range-bar">range bars</see> of a particular <see href="https://docs.devexpress.com/WPF/9956/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/arc-scale">arc scale</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.ArcScaleRangeBarCollection.#ctor(DevExpress.Xpf.Gauges.ArcScale)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.ArcScaleRangeBarCollection"/> class with the specified owner.</para>
      </summary>
      <param name="scale">An <see cref="T:DevExpress.Xpf.Gauges.ArcScale"/> object that should be the owner of the created collection.</param>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.ArcScaleRangeBarOptions">
      <summary>
        <para>Contains appearance and layout options for an arc scale <see href="https://docs.devexpress.com/WPF/9961/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/range-bar">range bar</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.ArcScaleRangeBarOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.ArcScaleRangeBarOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ArcScaleRangeBarOptions.ZIndex">
      <summary>
        <para>Gets or sets the z-index of a range bar.</para>
      </summary>
      <value>An integer value that is the z-index.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ArcScaleRangeBarOptions.ZIndexProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ArcScaleRangeBarOptions.ZIndex">ArcScaleRangeBarOptions.ZIndex</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.ArcScaleRangeBarPresentation">
      <summary>
        <para>Contains presentation settings for an arc scale range bar.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.ArcScaleRangeCollection">
      <summary>
        <para>A collection that stores the <see href="https://docs.devexpress.com/WPF/9993/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/range">ranges</see> of a particular <see href="https://docs.devexpress.com/WPF/9956/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/arc-scale">arc scale</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.ArcScaleRangeCollection.#ctor(DevExpress.Xpf.Gauges.ArcScale)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.ArcScaleRangeCollection"/> class with the specified owner.</para>
      </summary>
      <param name="scale">An <see cref="T:DevExpress.Xpf.Gauges.ArcScale"/> object that should be the owner of the created collection.</param>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.ArcScaleRangePresentation">
      <summary>
        <para>Serves as a base class for range presentations.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.BlinkingAnimation">
      <summary>
        <para>Contains settings to provide a blinking animation effect for the digital gauge control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.BlinkingAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.BlinkingAnimation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.BlinkingAnimation.SymbolsStates">
      <summary>
        <para>Specifies symbols states to show (hide) blinking animation on the <see href="https://docs.devexpress.com/WPF/10673/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbols-panel">symbols panel</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.StatesMask"/> value that specifies symbols states.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.BlinkingAnimation.SymbolsStatesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.BlinkingAnimation.SymbolsStates">BlinkingAnimation.SymbolsStates</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.CircularGaugeControl">
      <summary>
        <para>A Circular Gauge control shipped with the DXGauges Suite.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.CircularGaugeControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.CircularGaugeControl"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CircularGaugeControl.ActualModel">
      <summary>
        <para>Gets the actual model used to draw elements of a <see href="https://docs.devexpress.com/WPF/9954/controls-and-libraries/gauge-controls/visual-elements/circular-gauge">Circular Gauge</see>.</para>
      </summary>
      <value>A DevExpress.Xpf.Gauges.CircularGaugeModel class descendant that is the actual model.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.CircularGaugeControl.ActualModelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.CircularGaugeControl.ActualModel">CircularGaugeControl.ActualModel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.CircularGaugeControl.CalcHitInfo(System.Windows.Point)">
      <summary>
        <para>Returns information on the gauge elements located at the specified point.</para>
      </summary>
      <param name="point">A <see cref="T:System.Drawing.Point"/> structure which specifies the test point coordinates relative to the gauge’s top-left corner.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Gauges.CircularGaugeHitInfo"/> object, which contains information about the gauge elements located at the test point.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CircularGaugeControl.Layers">
      <summary>
        <para>Provides access to a collection of  <see href="https://docs.devexpress.com/WPF/9962/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/layers">layers</see> contained in the circular gauge.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.CircularGaugeLayerCollection"/> object that contains circular gauge layers.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.CircularGaugeControl.LayersProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.CircularGaugeControl.Layers">CircularGaugeControl.Layers</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CircularGaugeControl.Model">
      <summary>
        <para>Gets or sets a model for the <see href="https://docs.devexpress.com/WPF/9954/controls-and-libraries/gauge-controls/visual-elements/circular-gauge">circular gauge</see> control that is used to draw its elements.</para>
      </summary>
      <value>A DevExpress.Xpf.Gauges.CircularGaugeModel class descendant that is the actual model.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.CircularGaugeControl.ModelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.CircularGaugeControl.Model">CircularGaugeControl.Model</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CircularGaugeControl.PredefinedModels">
      <summary>
        <para>Returns a list of predefined models for a Circular Gauge control.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Generic.List`1"/> of <see cref="T:DevExpress.Xpf.Gauges.PredefinedElementKind"/> objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CircularGaugeControl.Scales">
      <summary>
        <para>Provides access to a collection of  <see href="https://docs.devexpress.com/WPF/9956/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/arc-scale">scales</see> contained in the Circular gauge.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Gauges.ArcScaleCollection"/> object that contains circular gauge scales.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.CircularGaugeControl.ScalesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.CircularGaugeControl.Scales">CircularGaugeControl.Scales</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.CircularGaugeHitInfo">
      <summary>
        <para>Contains information about a specific point within a circular gauge.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CircularGaugeHitInfo.InMarker">
      <summary>
        <para>Gets a value indicating whether the test point is within a <see href="https://docs.devexpress.com/WPF/9958/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/marker">marker</see>.</para>
      </summary>
      <value>true if the test point is within a marker; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CircularGaugeHitInfo.InNeedle">
      <summary>
        <para>Gets a value indicating whether the test point is within a <see href="https://docs.devexpress.com/WPF/9957/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/needle">needle</see>.</para>
      </summary>
      <value>true if the test point is within a needle; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CircularGaugeHitInfo.InRange">
      <summary>
        <para>Gets a value indicating whether the test point is within a <see href="https://docs.devexpress.com/WPF/9993/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/range">range</see>.</para>
      </summary>
      <value>true if the test point is within a range; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CircularGaugeHitInfo.InRangeBar">
      <summary>
        <para>Gets a value indicating whether the test point is within a <see href="https://docs.devexpress.com/WPF/9961/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/range-bar">range bar</see>.</para>
      </summary>
      <value>true if the test point is within a range bar; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CircularGaugeHitInfo.InScale">
      <summary>
        <para>Gets a value indicating whether the test point is within a <see href="https://docs.devexpress.com/WPF/9956/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/arc-scale">scale</see>.</para>
      </summary>
      <value>true if the test point is within a scale; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CircularGaugeHitInfo.Marker">
      <summary>
        <para>Gets a <see href="https://docs.devexpress.com/WPF/9958/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/marker">marker</see> which is located under the test point.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Gauges.ArcScaleMarker"/> object that is the marker located under the test point.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CircularGaugeHitInfo.Needle">
      <summary>
        <para>Gets a <see href="https://docs.devexpress.com/WPF/9957/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/needle">needle</see> which is located under the test point.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Gauges.ArcScaleNeedle"/> object that is the needle located under the test point.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CircularGaugeHitInfo.Range">
      <summary>
        <para>Gets a <see href="https://docs.devexpress.com/WPF/9993/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/range">range</see> which is located under the test point.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Gauges.ArcScaleRange"/> object that is the range located under the test point.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CircularGaugeHitInfo.RangeBar">
      <summary>
        <para>Gets a <see href="https://docs.devexpress.com/WPF/9961/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/range-bar">range bar</see> which is located under the test point.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Gauges.ArcScaleRangeBar"/> object that is the range bar located under the test point.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CircularGaugeHitInfo.Scale">
      <summary>
        <para>Gets a <see href="https://docs.devexpress.com/WPF/9956/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/arc-scale">scale</see> which is located under the test point.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Gauges.ArcScale"/> object that is the scale located under the test point.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.CircularGaugeLayer">
      <summary>
        <para>A <see href="https://docs.devexpress.com/WPF/9962/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/layers">layer</see> of a Circular Gauge.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.CircularGaugeLayer.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.CircularGaugeLayer"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CircularGaugeLayer.PredefinedPresentations">
      <summary>
        <para>Returns a list of predefined presentations for a circular gauge layer.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Generic.List`1"/> of <see cref="T:DevExpress.Xpf.Gauges.PredefinedElementKind"/> objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CircularGaugeLayer.Presentation">
      <summary>
        <para>Gets or sets the current presentation that specifies the appearance of the layer.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.CircularGaugeLayerPresentation"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.CircularGaugeLayer.PresentationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.CircularGaugeLayer.Presentation">CircularGaugeLayer.Presentation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.CircularGaugeLayerCollection">
      <summary>
        <para>A collection that stores the <see href="https://docs.devexpress.com/WPF/9962/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/layers">layers</see> of a particular <see href="https://docs.devexpress.com/WPF/9954/controls-and-libraries/gauge-controls/visual-elements/circular-gauge">circular gauge</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.CircularGaugeLayerCollection.#ctor(DevExpress.Xpf.Gauges.CircularGaugeControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.CircularGaugeLayerCollection"/> class with the specified owner.</para>
      </summary>
      <param name="gauge">A <see cref="T:DevExpress.Xpf.Gauges.CircularGaugeControl"/> object that should be the owner of the created collection.</param>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.CircularGaugeLayerPresentation">
      <summary>
        <para>Contains presentation settings for a circular gauge layer.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.CreepingLineAnimation">
      <summary>
        <para>Contains settings to provide a creeping line animation for the digital gauge control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.CreepingLineAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.CreepingLineAnimation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CreepingLineAnimation.AdditionalSpaces">
      <summary>
        <para>Specifies the additional steps which the creeping line animation executes on the <see href="https://docs.devexpress.com/WPF/10673/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbols-panel">symbols panel</see> relative to the inanimate text position.</para>
      </summary>
      <value>An integer value that is the additional step of the creeping line animation.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.CreepingLineAnimation.AdditionalSpacesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.CreepingLineAnimation.AdditionalSpaces">CreepingLineAnimation.AdditionalSpaces</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Gauges.CreepingLineAnimation.CreepingLineAnimationCompleted">
      <summary>
        <para>Occurs when the creeping line animation is completed in the digital gauge control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CreepingLineAnimation.Direction">
      <summary>
        <para>Gets or sets the direction of creeping line animation on the <see href="https://docs.devexpress.com/WPF/10673/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbols-panel">symbols panel</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.CreepingLineDirection"/> enumeration value that specifies the creeping line animation direction.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.CreepingLineAnimation.DirectionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.CreepingLineAnimation.Direction">CreepingLineAnimation.Direction</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CreepingLineAnimation.FinalMoves">
      <summary>
        <para>Specifies the additional moves which the creeping line animation executes on the <see href="https://docs.devexpress.com/WPF/10673/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbols-panel">symbols panel</see> relative to the inanimate text position.</para>
      </summary>
      <value>An integer value that is the additional move of the creeping line animation.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.CreepingLineAnimation.FinalMovesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.CreepingLineAnimation.FinalMoves">CreepingLineAnimation.FinalMoves</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CreepingLineAnimation.InitialMoves">
      <summary>
        <para>Specifies the start segment from which the creeping line animation begins on the  <see href="https://docs.devexpress.com/WPF/10673/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbols-panel">symbols panel</see>.</para>
      </summary>
      <value>An integer value that specifies the start segment of creeping line animation on the symbols panel.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.CreepingLineAnimation.InitialMovesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.CreepingLineAnimation.InitialMoves">CreepingLineAnimation.InitialMoves</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CreepingLineAnimation.Repeat">
      <summary>
        <para>Gets or sets whether the creeping line animation should be repeated.</para>
      </summary>
      <value>true to repeat the creeping line animation for the digital gauge control; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.CreepingLineAnimation.RepeatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.CreepingLineAnimation.Repeat">CreepingLineAnimation.Repeat</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CreepingLineAnimation.RepeatSpaces">
      <summary>
        <para>Specifies space segments that appear on the <see href="https://docs.devexpress.com/WPF/10673/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbols-panel">symbols panel</see> each time the text animation is repeated.</para>
      </summary>
      <value>An integer value that specifies the number of space segments on the <see href="https://docs.devexpress.com/WPF/10673/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbols-panel">symbols panel</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.CreepingLineAnimation.RepeatSpacesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.CreepingLineAnimation.RepeatSpaces">CreepingLineAnimation.RepeatSpaces</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CreepingLineAnimation.StartSpaces">
      <summary>
        <para>Specifies the start segment from which the creeping line animation begins on the <see href="https://docs.devexpress.com/WPF/10673/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbols-panel">symbols panel</see>.</para>
      </summary>
      <value>An integer value that specifies the start segment of creeping line animation on the symbols panel.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.CreepingLineAnimation.StartSpacesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.CreepingLineAnimation.StartSpaces">CreepingLineAnimation.StartSpaces</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.CreepingLineAnimationCompletedEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Xpf.Gauges.CreepingLineAnimation.CreepingLineAnimationCompleted">CreepingLineAnimation.CreepingLineAnimationCompleted</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:System.EventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.CreepingLineDirection">
      <summary>
        <para>Lists the possible directions of a creeping line that is shown on the <see href="https://docs.devexpress.com/WPF/10673/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbols-panel">symbols panel</see> during the creeping line animation.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.CreepingLineDirection.LeftToRight">
      <summary>
        <para>A creeping line is shown on the <see href="https://docs.devexpress.com/WPF/10673/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbols-panel">symbols panel</see> from left to right.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.CreepingLineDirection.RightToLeft">
      <summary>
        <para>A creeping line is shown on the <see href="https://docs.devexpress.com/WPF/10673/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbols-panel">symbols panel</see> from right to left.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.CustomArcScaleLayerPresentation">
      <summary>
        <para>Contains presentation settings that specify the scale <see href="https://docs.devexpress.com/WPF/9962/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/layers">layer</see> appearance.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.CustomArcScaleLayerPresentation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.CustomArcScaleLayerPresentation"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomArcScaleLayerPresentation.PresentationName">
      <summary>
        <para>Returns the current presentation name.</para>
      </summary>
      <value>The current presentation name.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomArcScaleLayerPresentation.ScaleLayerTemplate">
      <summary>
        <para>Gets or sets a template that configures the scale <see href="https://docs.devexpress.com/WPF/9962/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/layers">layer</see> behavior and appearance. This is a dependency property.</para>
      </summary>
      <value>A control template that specifies the visual structure and behavior of the scale <see href="https://docs.devexpress.com/WPF/9962/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/layers">layer</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.CustomArcScaleLayerPresentation.ScaleLayerTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.CustomArcScaleLayerPresentation.ScaleLayerTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.CustomArcScaleLinePresentation">
      <summary>
        <para>Contains presentation settings that specify the <see href="https://docs.devexpress.com/WPF/10362/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/line">line</see> appearance.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.CustomArcScaleLinePresentation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.CustomArcScaleLinePresentation"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomArcScaleLinePresentation.LineTemplate">
      <summary>
        <para>Gets or sets a template that configures the <see href="https://docs.devexpress.com/WPF/10362/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/line">line</see> appearance. This is a dependency property.</para>
      </summary>
      <value>A control template that specifies the <see href="https://docs.devexpress.com/WPF/10362/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/line">line</see> appearance.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.CustomArcScaleLinePresentation.LineTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.CustomArcScaleLinePresentation.LineTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomArcScaleLinePresentation.PresentationName">
      <summary>
        <para>Returns the current presentation name.</para>
      </summary>
      <value>The current presentation name.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.CustomArcScaleMarkerPresentation">
      <summary>
        <para>Contains presentation settings that specify the <see href="https://docs.devexpress.com/WPF/9958/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/marker">marker</see> appearance.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.CustomArcScaleMarkerPresentation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.CustomArcScaleMarkerPresentation"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomArcScaleMarkerPresentation.MarkerTemplate">
      <summary>
        <para>Gets or sets a template that configures the <see href="https://docs.devexpress.com/WPF/9958/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/marker">marker</see> appearance. This is a dependency property.</para>
      </summary>
      <value>A control template that specifies the <see href="https://docs.devexpress.com/WPF/9958/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/marker">marker</see> appearance.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.CustomArcScaleMarkerPresentation.MarkerTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.CustomArcScaleMarkerPresentation.MarkerTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomArcScaleMarkerPresentation.PresentationName">
      <summary>
        <para>Returns the current presentation name.</para>
      </summary>
      <value>The current presentation name.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.CustomArcScaleNeedlePresentation">
      <summary>
        <para>Contains presentation settings that specify the <see href="https://docs.devexpress.com/WPF/9957/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/needle">needle</see> appearance.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.CustomArcScaleNeedlePresentation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.CustomArcScaleNeedlePresentation"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomArcScaleNeedlePresentation.NeedleTemplate">
      <summary>
        <para>Gets or sets a template that configures the <see href="https://docs.devexpress.com/WPF/9957/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/needle">needle</see> appearance. This is a dependency property.</para>
      </summary>
      <value>A control template that specifies the <see href="https://docs.devexpress.com/WPF/9957/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/needle">needle</see> visual structure.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.CustomArcScaleNeedlePresentation.NeedleTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.CustomArcScaleNeedlePresentation.NeedleTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomArcScaleNeedlePresentation.PresentationName">
      <summary>
        <para>Returns the current presentation name.</para>
      </summary>
      <value>The current presentation name.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.CustomArcScaleRangeBarPresentation">
      <summary>
        <para>Contains presentation settings that specify the <see href="https://docs.devexpress.com/WPF/9961/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/range-bar">range bar</see> appearance.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.CustomArcScaleRangeBarPresentation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.CustomArcScaleRangeBarPresentation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomArcScaleRangeBarPresentation.PresentationName">
      <summary>
        <para>Returns the current presentation name.</para>
      </summary>
      <value>The current presentation name.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomArcScaleRangeBarPresentation.RangeBarTemplate">
      <summary>
        <para>Gets or sets a template that configures the <see href="https://docs.devexpress.com/WPF/9961/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/range-bar">range bar</see> behavior and appearance. This is a dependency property.</para>
      </summary>
      <value>A control template that specifies the visual structure and behavior of the <see href="https://docs.devexpress.com/WPF/9961/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/range-bar">range bar</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.CustomArcScaleRangeBarPresentation.RangeBarTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.CustomArcScaleRangeBarPresentation.RangeBarTemplate">ArcScale.Ranges</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.CustomArcScaleRangePresentation">
      <summary>
        <para>Contains presentation settings that specify the <see href="https://docs.devexpress.com/WPF/9993/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/range">range</see> appearance.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.CustomArcScaleRangePresentation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.CustomArcScaleRangePresentation"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomArcScaleRangePresentation.PresentationName">
      <summary>
        <para>Returns the current presentation name.</para>
      </summary>
      <value>The current presentation name.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomArcScaleRangePresentation.RangeTemplate">
      <summary>
        <para>Gets or sets a template that configures the <see href="https://docs.devexpress.com/WPF/9993/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/range">range</see> appearance. This is a dependency property.</para>
      </summary>
      <value>A control template that specifies the <see href="https://docs.devexpress.com/WPF/9993/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/range">range</see> visual structure.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.CustomArcScaleRangePresentation.RangeTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.CustomArcScaleRangePresentation.RangeTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.CustomCircularGaugeLayerPresentation">
      <summary>
        <para>Contains presentation settings that specify the circular gauge <see href="https://docs.devexpress.com/WPF/9962/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/layers">layer</see> appearance.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.CustomCircularGaugeLayerPresentation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.CustomCircularGaugeLayerPresentation"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomCircularGaugeLayerPresentation.GaugeLayerTemplate">
      <summary>
        <para>Gets or sets a template that configures the circular gauge <see href="https://docs.devexpress.com/WPF/9962/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/layers">layer</see> behavior and appearance. This is a dependency property.</para>
      </summary>
      <value>A control template that specifies the visual structure and behavior of the circular gauge <see href="https://docs.devexpress.com/WPF/9962/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/layers">layer</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.CustomCircularGaugeLayerPresentation.GaugeLayerTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.CustomCircularGaugeLayerPresentation.GaugeLayerTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomCircularGaugeLayerPresentation.PresentationName">
      <summary>
        <para>Returns the current presentation name.</para>
      </summary>
      <value>The current presentation name.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.CustomDigitalGaugeLayerPresentation">
      <summary>
        <para>Contains presentation settings that specify the digital gauge <see href="https://docs.devexpress.com/WPF/10671/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/layers">layer</see> appearance.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.CustomDigitalGaugeLayerPresentation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.CustomDigitalGaugeLayerPresentation"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomDigitalGaugeLayerPresentation.GaugeLayerTemplate">
      <summary>
        <para>Gets or sets a template that configures the digital gauge <see href="https://docs.devexpress.com/WPF/10671/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/layers">layer</see> behavior and appearance. This is a dependency property.</para>
      </summary>
      <value>A control template that specifies the visual structure and behavior of the digital gauge <see href="https://docs.devexpress.com/WPF/10671/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/layers">layer</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.CustomDigitalGaugeLayerPresentation.GaugeLayerTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.CustomDigitalGaugeLayerPresentation.GaugeLayerTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomDigitalGaugeLayerPresentation.PresentationName">
      <summary>
        <para>Returns the current presentation name.</para>
      </summary>
      <value>The current presentation name.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.CustomFourteenSegmentsPresentation">
      <summary>
        <para>Contains presentation settings that specify the <see href="https://docs.devexpress.com/WPF/10672/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbol">symbol</see> appearance.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.CustomFourteenSegmentsPresentation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.CustomFourteenSegmentsPresentation"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomFourteenSegmentsPresentation.PresentationName">
      <summary>
        <para>Returns the current presentation name.</para>
      </summary>
      <value>The current presentation name.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomFourteenSegmentsPresentation.SymbolTemplate">
      <summary>
        <para>Gets or sets a template that configures the <see href="https://docs.devexpress.com/WPF/10672/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbol">symbol</see> appearance. This is a dependency property.</para>
      </summary>
      <value>A control template that specifies the <see href="https://docs.devexpress.com/WPF/10672/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbol">symbol</see> visual structure.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.CustomFourteenSegmentsPresentation.SymbolTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.CustomFourteenSegmentsPresentation.SymbolTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.CustomLinearGaugeLayerPresentation">
      <summary>
        <para>Contains presentation settings that specify the linear gauge <see href="https://docs.devexpress.com/WPF/9970/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/layers">layer</see> appearance.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.CustomLinearGaugeLayerPresentation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.CustomLinearGaugeLayerPresentation"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomLinearGaugeLayerPresentation.GaugeLayerTemplate">
      <summary>
        <para>Gets or sets a template that configures the linear gauge <see href="https://docs.devexpress.com/WPF/9970/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/layers">layer</see> behavior and appearance. This is a dependency property.</para>
      </summary>
      <value>A control template that specifies the visual structure and behavior of the linear gauge <see href="https://docs.devexpress.com/WPF/9970/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/layers">layer</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.CustomLinearGaugeLayerPresentation.GaugeLayerTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.CustomLinearGaugeLayerPresentation.GaugeLayerTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomLinearGaugeLayerPresentation.PresentationName">
      <summary>
        <para>Returns the current presentation name.</para>
      </summary>
      <value>The current presentation name.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.CustomLinearScaleLayerPresentation">
      <summary>
        <para>Contains presentation settings that specify the linear scale <see href="https://docs.devexpress.com/WPF/9970/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/layers">layer</see> appearance.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.CustomLinearScaleLayerPresentation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.CustomLinearScaleLayerPresentation"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomLinearScaleLayerPresentation.PresentationName">
      <summary>
        <para>Returns the current presentation name.</para>
      </summary>
      <value>The current presentation name.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomLinearScaleLayerPresentation.ScaleLayerTemplate">
      <summary>
        <para>Gets or sets a template that configures the scale <see href="https://docs.devexpress.com/WPF/9970/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/layers">layer</see> behavior and appearance. This is a dependency property.</para>
      </summary>
      <value>A control template that specifies the visual structure and behavior of the scale <see href="https://docs.devexpress.com/WPF/9970/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/layers">layer</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.CustomLinearScaleLayerPresentation.ScaleLayerTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.CustomLinearScaleLayerPresentation.ScaleLayerTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.CustomLinearScaleLevelBarPresentation">
      <summary>
        <para>Contains presentation settings that specify the <see href="https://docs.devexpress.com/WPF/9965/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/level-bar">level bar</see> appearance.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.CustomLinearScaleLevelBarPresentation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.CustomLinearScaleLevelBarPresentation"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomLinearScaleLevelBarPresentation.LevelBarBackgroundTemplate">
      <summary>
        <para>Gets or sets a template that configures the <see href="https://docs.devexpress.com/WPF/9965/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/level-bar">level bar</see> background appearance. This is a dependency property.</para>
      </summary>
      <value>A control template that specifies the <see href="https://docs.devexpress.com/WPF/9965/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/level-bar">level bar</see> background appearance.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.CustomLinearScaleLevelBarPresentation.LevelBarBackgroundTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.CustomLinearScaleLevelBarPresentation.LevelBarBackgroundTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomLinearScaleLevelBarPresentation.LevelBarForegroundTemplate">
      <summary>
        <para>Gets or sets a template that configures the <see href="https://docs.devexpress.com/WPF/9965/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/level-bar">level bar</see> foreground appearance. This is a dependency property.</para>
      </summary>
      <value>A control template that specifies the <see href="https://docs.devexpress.com/WPF/9965/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/level-bar">level bar</see> foreground appearance.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.CustomLinearScaleLevelBarPresentation.LevelBarForegroundTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.CustomLinearScaleLevelBarPresentation.LevelBarForegroundTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomLinearScaleLevelBarPresentation.PresentationName">
      <summary>
        <para>Returns the current presentation name.</para>
      </summary>
      <value>The current presentation name.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.CustomLinearScaleLinePresentation">
      <summary>
        <para>Contains presentation settings that specify the <see href="https://docs.devexpress.com/WPF/10363/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/line">line</see> appearance.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.CustomLinearScaleLinePresentation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.CustomLinearScaleLinePresentation"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomLinearScaleLinePresentation.LineTemplate">
      <summary>
        <para>Gets or sets a template that configures the scale <see href="https://docs.devexpress.com/WPF/10363/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/line">line</see> appearance. This is a dependency property.</para>
      </summary>
      <value>A control template that specifies the scale <see href="https://docs.devexpress.com/WPF/10363/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/line">line</see> visual structure.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.CustomLinearScaleLinePresentation.LineTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.CustomLinearScaleLinePresentation.LineTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomLinearScaleLinePresentation.PresentationName">
      <summary>
        <para>Returns the current presentation name.</para>
      </summary>
      <value>The current presentation name.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.CustomLinearScaleMarkerPresentation">
      <summary>
        <para>Contains presentation settings that specify the <see href="https://docs.devexpress.com/WPF/9966/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/marker">marker</see> appearance.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.CustomLinearScaleMarkerPresentation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.CustomLinearScaleMarkerPresentation"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomLinearScaleMarkerPresentation.MarkerTemplate">
      <summary>
        <para>Gets or sets a template that configures the <see href="https://docs.devexpress.com/WPF/9966/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/marker">marker</see> appearance. This is a dependency property.</para>
      </summary>
      <value>A control template that specifies the <see href="https://docs.devexpress.com/WPF/9966/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/marker">marker</see> visual structure.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.CustomLinearScaleMarkerPresentation.MarkerTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.CustomLinearScaleMarkerPresentation.MarkerTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomLinearScaleMarkerPresentation.PresentationName">
      <summary>
        <para>Returns the current presentation name.</para>
      </summary>
      <value>The current presentation name.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.CustomLinearScaleRangeBarPresentation">
      <summary>
        <para>Contains presentation settings that specify the <see href="https://docs.devexpress.com/WPF/9969/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/range-bar">range bar</see> appearance.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.CustomLinearScaleRangeBarPresentation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.CustomLinearScaleRangeBarPresentation"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomLinearScaleRangeBarPresentation.PresentationName">
      <summary>
        <para>Returns the current presentation name.</para>
      </summary>
      <value>The current presentation name.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomLinearScaleRangeBarPresentation.RangeBarTemplate">
      <summary>
        <para>Gets or sets a template that configures the <see href="https://docs.devexpress.com/WPF/9969/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/range-bar">range bar</see> appearance. This is a dependency property.</para>
      </summary>
      <value>A control template that specifies the <see href="https://docs.devexpress.com/WPF/9969/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/range-bar">range bar</see> visual structure.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.CustomLinearScaleRangeBarPresentation.RangeBarTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.CustomLinearScaleRangeBarPresentation.RangeBarTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.CustomLinearScaleRangePresentation">
      <summary>
        <para>Contains presentation settings that specify the <see href="https://docs.devexpress.com/WPF/9995/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/range">range</see> appearance.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.CustomLinearScaleRangePresentation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.CustomLinearScaleRangePresentation"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomLinearScaleRangePresentation.PresentationName">
      <summary>
        <para>Returns the current presentation name.</para>
      </summary>
      <value>The current presentation name.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomLinearScaleRangePresentation.RangeTemplate">
      <summary>
        <para>Gets or sets a template that configures the scale <see href="https://docs.devexpress.com/WPF/9995/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/range">range</see> appearance. This is a dependency property.</para>
      </summary>
      <value>A control template that specifies the scale <see href="https://docs.devexpress.com/WPF/9995/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/range">range</see> visual structure.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.CustomLinearScaleRangePresentation.RangeTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.CustomLinearScaleRangePresentation.RangeTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.CustomMatrix5x8Presentation">
      <summary>
        <para>Contains presentation settings that specify the <see href="https://docs.devexpress.com/WPF/10678/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/segment">segment</see> appearance.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.CustomMatrix5x8Presentation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.CustomMatrix5x8Presentation"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomMatrix5x8Presentation.ActiveSegmentTemplate">
      <summary>
        <para>Gets or sets a template that configures the active <see href="https://docs.devexpress.com/WPF/10678/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/segment">segment</see> appearance. This is a dependency property.</para>
      </summary>
      <value>A control template that specifies the visual structure of the active <see href="https://docs.devexpress.com/WPF/10678/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/segment">segment</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.CustomMatrix5x8Presentation.ActiveSegmentTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.CustomMatrix5x8Presentation.ActiveSegmentTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomMatrix5x8Presentation.InactiveSegmentTemplate">
      <summary>
        <para>Gets or sets a template that configures the inactive <see href="https://docs.devexpress.com/WPF/10678/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/segment">segment</see> appearance. This is a dependency property.</para>
      </summary>
      <value>A control template that specifies the visual structure of the inactive <see href="https://docs.devexpress.com/WPF/10678/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/segment">segment</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.CustomMatrix5x8Presentation.InactiveSegmentTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.CustomMatrix5x8Presentation.InactiveSegmentTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomMatrix5x8Presentation.PresentationName">
      <summary>
        <para>Returns the current presentation name.</para>
      </summary>
      <value>The current presentation name.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.CustomMatrix8x14Presentation">
      <summary>
        <para>Contains presentation settings that specify the <see href="https://docs.devexpress.com/WPF/10678/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/segment">segment</see> appearance.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.CustomMatrix8x14Presentation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.CustomMatrix8x14Presentation"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomMatrix8x14Presentation.ActiveSegmentTemplate">
      <summary>
        <para>Gets or sets a template that configures the active <see href="https://docs.devexpress.com/WPF/10678/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/segment">segment</see> appearance. This is a dependency property.</para>
      </summary>
      <value>A control template that specifies the active <see href="https://docs.devexpress.com/WPF/10678/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/segment">segment</see> visual structure.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.CustomMatrix8x14Presentation.ActiveSegmentTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.CustomMatrix8x14Presentation.ActiveSegmentTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomMatrix8x14Presentation.InactiveSegmentTemplate">
      <summary>
        <para>Gets or sets a template that configures the inactive <see href="https://docs.devexpress.com/WPF/10678/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/segment">segment</see> appearance. This is a dependency property.</para>
      </summary>
      <value>A control template that specifies the inactive <see href="https://docs.devexpress.com/WPF/10678/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/segment">segment</see> visual structure.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.CustomMatrix8x14Presentation.InactiveSegmentTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.CustomMatrix8x14Presentation.InactiveSegmentTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomMatrix8x14Presentation.PresentationName">
      <summary>
        <para>Returns the current presentation name.</para>
      </summary>
      <value>The current presentation name.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.CustomScaleLabelPresentation">
      <summary>
        <para>Contains presentation settings that specify the <see href="https://docs.devexpress.com/WPF/9967/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/labels">label</see> appearance.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.CustomScaleLabelPresentation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.CustomScaleLabelPresentation"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomScaleLabelPresentation.LabelTemplate">
      <summary>
        <para>Gets or sets a template that configures the scale <see href="https://docs.devexpress.com/WPF/9967/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/labels">label</see> appearance. This is a dependency property.</para>
      </summary>
      <value>A control template that specifies the scale <see href="https://docs.devexpress.com/WPF/9967/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/labels">label</see> visual structure.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.CustomScaleLabelPresentation.LabelTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.CustomScaleLabelPresentation.LabelTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomScaleLabelPresentation.PresentationName">
      <summary>
        <para>Returns the current presentation name.</para>
      </summary>
      <value>The current presentation name.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.CustomSevenSegmentsPresentation">
      <summary>
        <para>Contains presentation settings that specify the <see href="https://docs.devexpress.com/WPF/10672/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbol">symbol</see> appearance.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.CustomSevenSegmentsPresentation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.CustomSevenSegmentsPresentation"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomSevenSegmentsPresentation.PresentationName">
      <summary>
        <para>Returns the current presentation name.</para>
      </summary>
      <value>The current presentation name.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomSevenSegmentsPresentation.SymbolTemplate">
      <summary>
        <para>Gets or sets a template that configures the <see href="https://docs.devexpress.com/WPF/10672/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbol">symbol</see> appearance. This is a dependency property.</para>
      </summary>
      <value>A control template that specifies the <see href="https://docs.devexpress.com/WPF/10672/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbol">symbol</see> visual structure.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.CustomSevenSegmentsPresentation.SymbolTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.CustomSevenSegmentsPresentation.SymbolTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.CustomSpindleCapPresentation">
      <summary>
        <para>Contains presentation settings that specify the <see href="https://docs.devexpress.com/WPF/9963/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/spindle-cap">spindle cap</see> appearance.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.CustomSpindleCapPresentation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.CustomSpindleCapPresentation"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomSpindleCapPresentation.PresentationName">
      <summary>
        <para>Returns the current presentation name.</para>
      </summary>
      <value>The current presentation name.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomSpindleCapPresentation.SpindleCapTemplate">
      <summary>
        <para>Gets or sets a template that configures the <see href="https://docs.devexpress.com/WPF/9963/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/spindle-cap">spindle cap</see> appearance. This is a dependency property.</para>
      </summary>
      <value>A control template that specifies the <see href="https://docs.devexpress.com/WPF/9963/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/spindle-cap">spindle cap</see> visual structure.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.CustomSpindleCapPresentation.SpindleCapTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.CustomSpindleCapPresentation.SpindleCapTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.CustomStatePresentation">
      <summary>
        <para>Contains presentation settings that specify the <see href="https://docs.devexpress.com/WPF/10680/controls-and-libraries/gauge-controls/visual-elements/state-indicator/state-image">state</see> appearance.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.CustomStatePresentation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.CustomStatePresentation"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomStatePresentation.PresentationName">
      <summary>
        <para>Returns the current presentation name.</para>
      </summary>
      <value>The current presentation name.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomStatePresentation.StateTemplate">
      <summary>
        <para>Gets or sets a template that configures the <see href="https://docs.devexpress.com/WPF/10680/controls-and-libraries/gauge-controls/visual-elements/state-indicator/state-image">state</see> appearance. This is a dependency property.</para>
      </summary>
      <value>A control template that specifies the <see href="https://docs.devexpress.com/WPF/10680/controls-and-libraries/gauge-controls/visual-elements/state-indicator/state-image">state</see> visual structure.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.CustomStatePresentation.StateTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.CustomStatePresentation.StateTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.CustomTickmarksPresentation">
      <summary>
        <para>Contains presentation settings that specify the <see href="https://docs.devexpress.com/WPF/9994/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/tickmarks">tickmark</see> appearance.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.CustomTickmarksPresentation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.CustomTickmarksPresentation"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomTickmarksPresentation.MajorTickmarkTemplate">
      <summary>
        <para>Gets or sets a template that configures the major <see href="https://docs.devexpress.com/WPF/9994/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/tickmarks">tickmark</see> appearance. This is a dependency property.</para>
      </summary>
      <value>A control template that specifies the major <see href="https://docs.devexpress.com/WPF/9994/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/tickmarks">tickmark</see> visual structure.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.CustomTickmarksPresentation.MajorTickmarkTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.CustomTickmarksPresentation.MajorTickmarkTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomTickmarksPresentation.MinorTickmarkTemplate">
      <summary>
        <para>Gets or sets a template that configures the minor <see href="https://docs.devexpress.com/WPF/9994/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/tickmarks">tickmark</see> appearance. This is a dependency property.</para>
      </summary>
      <value>A control template that specifies the minor <see href="https://docs.devexpress.com/WPF/9994/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/tickmarks">tickmark</see> visual structure.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.CustomTickmarksPresentation.MinorTickmarkTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.CustomTickmarksPresentation.MinorTickmarkTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.CustomTickmarksPresentation.PresentationName">
      <summary>
        <para>Returns the current presentation name.</para>
      </summary>
      <value>The current presentation name.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.DigitalGaugeControl">
      <summary>
        <para>A digital gauge control shipped with the DXGauge Suite.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.DigitalGaugeControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.DigitalGaugeControl"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.DigitalGaugeControl.ActualModel">
      <summary>
        <para>Gets the actual model used to draw elements of a <see href="https://docs.devexpress.com/WPF/10668/controls-and-libraries/gauge-controls/visual-elements/digital-gauge">Digital Gauge</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.DigitalGaugeModel"/> class descendant that is the actual model.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.DigitalGaugeControl.ActualModelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.DigitalGaugeControl.ActualModel">DigitalGaugeControl.ActualModel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.DigitalGaugeControl.ActualSymbolView">
      <summary>
        <para>Gets the actual symbol view of the <see cref="T:DevExpress.Xpf.Gauges.DigitalGaugeControl"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.SymbolViewBase"/> class descendant that is the actual symbol view.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.DigitalGaugeControl.ActualSymbolViewProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.DigitalGaugeControl.ActualSymbolView">DigitalGaugeControl.ActualSymbolView</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.DigitalGaugeControl.Layers">
      <summary>
        <para>Provides access to a collection of  <see href="https://docs.devexpress.com/WPF/10671/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/layers">layers</see> contained in the digital gauge.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.DigitalGaugeLayerCollection"/> object that contains digital gauge layers.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.DigitalGaugeControl.LayersProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.DigitalGaugeControl.Layers">DigitalGaugeControl.Layers</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.DigitalGaugeControl.Model">
      <summary>
        <para>Gets or sets a model for the <see href="https://docs.devexpress.com/WPF/10668/controls-and-libraries/gauge-controls/visual-elements/digital-gauge">digital gauge</see> control that is used to draw its elements.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.DigitalGaugeModel"/> class descendant that is the actual model.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.DigitalGaugeControl.ModelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.DigitalGaugeControl.Model">DigitalGaugeControl.Model</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.DigitalGaugeControl.PredefinedModels">
      <summary>
        <para>Returns a list of predefined models for a Digital Gauge control.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Generic.List`1"/> of <see cref="T:DevExpress.Xpf.Gauges.PredefinedElementKind"/> objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.DigitalGaugeControl.SymbolCount">
      <summary>
        <para>Specifies the total number of symbols (both containing a text and empty or only empty) that should be displayed on the <see href="https://docs.devexpress.com/WPF/10673/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbols-panel">symbols panel</see>.</para>
      </summary>
      <value>An integer value that is the symbols number.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.DigitalGaugeControl.SymbolCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.DigitalGaugeControl.SymbolCount">DigitalGaugeControl.SymbolCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.DigitalGaugeControl.SymbolView">
      <summary>
        <para>Provides access to the settings of the current symbol view of the <see cref="T:DevExpress.Xpf.Gauges.DigitalGaugeControl"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.SymbolViewBase"/> class descendant that is the current symbol view.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.DigitalGaugeControl.SymbolViewProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.DigitalGaugeControl.SymbolView">DigitalGaugeControl.SymbolView</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.DigitalGaugeControl.Text">
      <summary>
        <para>Gets or sets a text that is displayed on the <see href="https://docs.devexpress.com/WPF/10673/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbols-panel">symbols panel</see> of the digital gauge control.</para>
      </summary>
      <value>A <see cref="T:System.String"/> object that is the text displayed on the digital gauge control.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.DigitalGaugeControl.TextDirection">
      <summary>
        <para>Specifies which part of a text limited by the <see cref="P:DevExpress.Xpf.Gauges.DigitalGaugeControl.SymbolCount">DigitalGaugeControl.SymbolCount</see> property should be shown on the <see href="https://docs.devexpress.com/WPF/10673/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbols-panel">symbols panel</see> (either the initial or final).</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.TextDirection"/> enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.DigitalGaugeControl.TextDirectionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.DigitalGaugeControl.TextDirection">DigitalGaugeControl.TextDirection</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.DigitalGaugeControl.TextHorizontalAlignment">
      <summary>
        <para>Gets or sets the horizontal alignment of a text for the digital gauge control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.TextHorizontalAlignment"/> enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.DigitalGaugeControl.TextHorizontalAlignmentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.DigitalGaugeControl.TextHorizontalAlignment">DigitalGaugeControl.TextHorizontalAlignment</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.DigitalGaugeControl.TextProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.DigitalGaugeControl.Text">DigitalGaugeControl.Text</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.DigitalGaugeControl.TextVerticalAlignment">
      <summary>
        <para>Gets or sets the text vertical alignment for the digital gauge control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.TextVerticalAlignment"/> enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.DigitalGaugeControl.TextVerticalAlignmentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.DigitalGaugeControl.TextVerticalAlignment">DigitalGaugeControl.TextVerticalAlignment</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.DigitalGaugeLayer">
      <summary>
        <para>A <see href="https://docs.devexpress.com/WPF/10671/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/layers">layer</see> that contains properties to define the visual presentation of a <see href="https://docs.devexpress.com/WPF/10668/controls-and-libraries/gauge-controls/visual-elements/digital-gauge">digital gauge</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.DigitalGaugeLayer.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.DigitalGaugeLayer"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.DigitalGaugeLayer.PredefinedPresentations">
      <summary>
        <para>Returns a list of predefined presentations for a digital gauge layer.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Generic.List`1"/> of <see cref="T:DevExpress.Xpf.Gauges.PredefinedElementKind"/> objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.DigitalGaugeLayer.Presentation">
      <summary>
        <para>Gets or sets the current presentation that specifies the appearance of the layer.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.DigitalGaugeLayerPresentation"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.DigitalGaugeLayer.PresentationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.DigitalGaugeLayer.Presentation">DigitalGaugeLayer.Presentation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.DigitalGaugeLayerCollection">
      <summary>
        <para>A collection that stores the <see href="https://docs.devexpress.com/WPF/10671/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/layers">layers</see> of a particular <see href="https://docs.devexpress.com/WPF/10668/controls-and-libraries/gauge-controls/visual-elements/digital-gauge">digital gauge</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.DigitalGaugeLayerCollection.#ctor(DevExpress.Xpf.Gauges.DigitalGaugeControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.DigitalGaugeLayerCollection"/> class with the specified owner.</para>
      </summary>
      <param name="gauge">A <see cref="T:DevExpress.Xpf.Gauges.DigitalGaugeControl"/> object that should be the owner of the created collection.</param>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.DigitalGaugeLayerPresentation">
      <summary>
        <para>Contains presentation settings for a digital gauge <see href="https://docs.devexpress.com/WPF/10671/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/layers">layer</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.DigitalGaugeModel">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.DigitalGaugeModel.FourteenSegmentsModel">
      <summary>
        <para>For internal use. Gets or sets a model for the fourteen segments view type of the <see href="https://docs.devexpress.com/WPF/10668/controls-and-libraries/gauge-controls/visual-elements/digital-gauge">digital gauge</see>  control that is used to draw its elements.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.FourteenSegmentsModel"/> class descendant that is the actual model.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.DigitalGaugeModel.FourteenSegmentsModelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.DigitalGaugeModel.FourteenSegmentsModel">DigitalGaugeModel.FourteenSegmentsModel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.DigitalGaugeModel.LayerModels">
      <summary>
        <para>For internal use. Provides access to a collection of layer models contained in the current <see href="https://docs.devexpress.com/WPF/10668/controls-and-libraries/gauge-controls/visual-elements/digital-gauge">Digital Gauge</see> control.</para>
      </summary>
      <value>A DevExpress.Xpf.Gauges.LayerModelCollection object that contains layer models of a digital gauge.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.DigitalGaugeModel.LayerModelsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.DigitalGaugeModel.LayerModels">DigitalGaugeModel.LayerModels</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.DigitalGaugeModel.Matrix5x8Model">
      <summary>
        <para>For internal use. Gets or sets a model for the matrix5x8 view type of the <see href="https://docs.devexpress.com/WPF/10668/controls-and-libraries/gauge-controls/visual-elements/digital-gauge">digital gauge</see> control that is used to draw its elements.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.Matrix5x8Model"/> class descendant that is the actual model.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.DigitalGaugeModel.Matrix5x8ModelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.DigitalGaugeModel.Matrix5x8Model">DigitalGaugeModel.Matrix5x8Model</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.DigitalGaugeModel.Matrix8x14Model">
      <summary>
        <para>For internal use. Gets or sets a model for the matrix8x14 view type of the <see href="https://docs.devexpress.com/WPF/10668/controls-and-libraries/gauge-controls/visual-elements/digital-gauge">digital gauge</see> control that is used to draw its elements.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.Matrix8x14Model"/> class descendant that is the actual model.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.DigitalGaugeModel.Matrix8x14ModelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.DigitalGaugeModel.Matrix8x14Model">DigitalGaugeModel.Matrix8x14Model</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.DigitalGaugeModel.SevenSegmentsModel">
      <summary>
        <para>For internal use. Gets or sets a model for the seven segments view type of the <see href="https://docs.devexpress.com/WPF/10668/controls-and-libraries/gauge-controls/visual-elements/digital-gauge">digital gauge</see>  control that is used to draw its elements.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.SevenSegmentsModel"/> class descendant that is the actual model.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.DigitalGaugeModel.SevenSegmentsModelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.DigitalGaugeModel.SevenSegmentsModel">DigitalGaugeModel.SevenSegmentsModel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.FourteenSegmentsModel">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.FourteenSegmentsModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.FourteenSegmentsModel"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.FourteenSegmentsModel.Presentation">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.FourteenSegmentsModel.PresentationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.FourteenSegmentsModel.Presentation">FourteenSegmentsModel.Presentation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.FourteenSegmentsPresentation">
      <summary>
        <para>Contains presentation settings for a <see href="https://docs.devexpress.com/WPF/10673/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbols-panel">symbols panel</see> of the fourteen segments type.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.FourteenSegmentsView">
      <summary>
        <para>A fourteen segments <see href="https://docs.devexpress.com/WPF/10673/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbols-panel">symbols panel</see> type of <see href="https://docs.devexpress.com/WPF/10668/controls-and-libraries/gauge-controls/visual-elements/digital-gauge">digital gauge</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.FourteenSegmentsView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.FourteenSegmentsView"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.FourteenSegmentsView.Presentation">
      <summary>
        <para>Gets or sets the current presentation that specifies the appearance of the fourteen segment view type.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.FourteenSegmentsPresentation"/> object</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.FourteenSegmentsView.PresentationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.FourteenSegmentsView.Presentation">FourteenSegmentsView.Presentation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.GaugeControlBase">
      <summary>
        <para>The base class for all gauge controls shipped with the DXGauges Suite.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.GaugeControlBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.GaugeControlBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.GaugeControlBase.Elements">
      <summary>
        <para>This property is hidden and intended for internal use only. Normally, you won’t need to use it.</para>
      </summary>
      <value>A collection of elements.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.GaugeControlBase.ElementsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.GaugeControlBase.Elements">GaugeControlBase.Elements</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.GaugeControlBase.EnableAnimation">
      <summary>
        <para>Gets or sets a value specifying whether <see href="https://docs.devexpress.com/WPF/10322/controls-and-libraries/gauge-controls/value-indicators">value indicators</see> should be animated when changing their values.</para>
      </summary>
      <value>true to enable animation; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.GaugeControlBase.EnableAnimationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.GaugeControlBase.EnableAnimation">GaugeControlBase.EnableAnimation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.GaugeControlBase.HorizontalContentAlignment">
      <summary>
        <para>This property is hidden, because it is not supported in this class.</para>
      </summary>
      <value>A <see cref="T:System.Windows.HorizontalAlignment"/> value.</value>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.GaugeControlBase.OnApplyTemplate">
      <summary>
        <para>Called after the template is completely generated and attached to the visual tree.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.GaugeControlBase.VerticalContentAlignment">
      <summary>
        <para>This property is hidden because it is not supported in this class.</para>
      </summary>
      <value>A <see cref="T:System.Windows.HorizontalAlignment"/> value.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.GaugeDependencyObject">
      <summary>
        <para>Enables Windows Presentation Foundation (WPF) property system services for its derived model classes.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Gauges.GaugeDependencyObject.PropertyChanged">
      <summary>
        <para>Occurs every time any of the <see cref="T:DevExpress.Xpf.Gauges.GaugeDependencyObject"/> class properties has changed its value.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.GaugeDependencyObjectCollection`1">
      <summary>
        <para>A base class for most collections in the DXGauges Suite.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.GaugeDependencyObjectCollection`1.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.GaugeDependencyObjectCollection`1"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.GaugeDependencyObjectCollectionBase`1">
      <summary>
        <para>A base class for all collections in the DXGauges Suite.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.GaugeDependencyObjectCollectionBase`1.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.GaugeDependencyObjectCollectionBase`1"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.GaugeDependencyObjectCollectionBase`1.Add(`0)">
      <summary>
        <para>Appends the specified item to the current collection.</para>
      </summary>
      <param name="item">An object to append to the collection.</param>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.GaugeDependencyObjectCollectionBase`1.Clear">
      <summary>
        <para>Removes all items from the collection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.GaugeDependencyObjectCollectionBase`1.Insert(System.Int32,`0)">
      <summary>
        <para>Adds the specified item to the collection at the specified position.</para>
      </summary>
      <param name="index">A zero-based integer which specifies the position at which the item is to be inserted.</param>
      <param name="item">An item to insert into the collection.</param>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.GaugeDependencyObjectCollectionBase`1.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items in the collection.</para>
      </summary>
      <param name="index">A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised.</param>
      <value>An object which represents an item at the specified position.</value>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.GaugeDependencyObjectCollectionBase`1.Move(System.Int32,System.Int32)">
      <summary>
        <para>Moves a specific item to another position within the collection.</para>
      </summary>
      <param name="oldIndex">An integer value specifying the zero-based index of an item to be moved.</param>
      <param name="newIndex">An integer value specifying the zero-based destination index of the moved item.</param>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.GaugeDependencyObjectCollectionBase`1.Remove(`0)">
      <summary>
        <para>Removes the specified item from the collection.</para>
      </summary>
      <param name="item">An item to be removed from the collection.</param>
      <returns>true if the specified item was found and successfully removed from the collection; false if the specified item wasn’t found.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.GaugeDependencyObjectCollectionBase`1.RemoveAt(System.Int32)">
      <summary>
        <para>Removes an item at the specified position from the collection.</para>
      </summary>
      <param name="index">A zero-based integer specifying the index of the object to remove. If it’s negative or exceeds the number of elements, an exception is raised.</param>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.GaugeElement">
      <summary>
        <para>The base class for other gauge elements, and is intended to hide most properties of the <see cref="T:System.Windows.Controls.Control"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.GaugeElementCollection`1">
      <summary>
        <para>A base class for collections containing gauge elements.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.GaugeElementCollection`1.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.GaugeElementCollection`1"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.GaugeHitInfoBase">
      <summary>
        <para>A base class for classes that contains information about a specific point within a gauge.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.GaugeLayerBase">
      <summary>
        <para>Serves as the base class for gauge-related layers.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.GaugeLayerBase.Options">
      <summary>
        <para>Provides access to the settings that specify the shape and position of the current gauge layer.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.LayerOptions"/> object that contains the settings of the layer.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.GaugeLayerBase.OptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.GaugeLayerBase.Options">GaugeLayerBase.Options</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.GaugeLayerCollection`1">
      <summary>
        <para>A base class for collections containing gauge layers.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.GaugeLayerCollection`1.#ctor(DevExpress.Xpf.Gauges.GaugeControlBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.GaugeLayerCollection`1"/> class with the specified owner.</para>
      </summary>
      <param name="gauge">A <see cref="T:DevExpress.Xpf.Gauges.GaugeControlBase"/> class descendant that should be the owner of the created collection.</param>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.IndicatorAnimation">
      <summary>
        <para>Contains settings for animating a <see href="https://docs.devexpress.com/WPF/10322/controls-and-libraries/gauge-controls/value-indicators">value indicator</see> when it changes its value.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.IndicatorAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.IndicatorAnimation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.IndicatorAnimation.Duration">
      <summary>
        <para>Gets or sets the duration of an animation effect.</para>
      </summary>
      <value>A <see cref="T:System.TimeSpan"/> value that is the duration of an animation effect.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.IndicatorAnimation.DurationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.IndicatorAnimation.Duration">IndicatorAnimation.Duration</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.IndicatorAnimation.EasingFunction">
      <summary>
        <para>Gets or sets an animation function that defines how <see href="https://docs.devexpress.com/WPF/10322/controls-and-libraries/gauge-controls/value-indicators">indicator</see> values change during animation.</para>
      </summary>
      <value>An object implementing the <see cref="T:System.Windows.Media.Animation.IEasingFunction"/> interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.IndicatorAnimation.EasingFunctionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.IndicatorAnimation.EasingFunction">IndicatorAnimation.EasingFunction</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.IndicatorEnterEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Gauges.RangeBase.IndicatorEnter">RangeBase.IndicatorEnter</see> event.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.IndicatorEnterEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Xpf.Gauges.RangeBase.IndicatorEnter">RangeBase.IndicatorEnter</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Xpf.Gauges.IndicatorEnterEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.IndicatorEnterLeaveEventArgs">
      <summary>
        <para>A base class for classes that provide data for <see cref="E:DevExpress.Xpf.Gauges.RangeBase.IndicatorEnter">RangeBase.IndicatorEnter</see> and <see cref="E:DevExpress.Xpf.Gauges.RangeBase.IndicatorLeave">RangeBase.IndicatorLeave</see> events.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.IndicatorEnterLeaveEventArgs.Indicator">
      <summary>
        <para>Gets the object, for which either the <see cref="E:DevExpress.Xpf.Gauges.RangeBase.IndicatorEnter">RangeBase.IndicatorEnter</see> or <see cref="E:DevExpress.Xpf.Gauges.RangeBase.IndicatorLeave">RangeBase.IndicatorLeave</see> event has been raised.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.ValueIndicatorBase"/> class descendant representing the indicator.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.IndicatorLeaveEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Gauges.RangeBase.IndicatorLeave">RangeBase.IndicatorLeave</see> event.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.IndicatorLeaveEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Xpf.Gauges.RangeBase.IndicatorLeave">RangeBase.IndicatorLeave</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Xpf.Gauges.IndicatorLeaveEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.IndicatorSnapMode">
      <summary>
        <para>Lists values that specify the <see cref="P:DevExpress.Xpf.Gauges.ValueIndicatorBase.SnapMode">ValueIndicatorBase.SnapMode</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.IndicatorSnapMode.MajorTickmarks">
      <summary>
        <para>Snaps the indicator value to major tickmarks.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.IndicatorSnapMode.MinorTickmarks">
      <summary>
        <para>Snaps the indicator value to minor tickmarks.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.IndicatorSnapMode.None">
      <summary>
        <para>Does not snap the indicator value to any tickmarks.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.LayerBase">
      <summary>
        <para>Serves as the base class for all layers.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.LayerBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.LayerBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LayerBase.Visible">
      <summary>
        <para>Gets or sets whether the layer is visible.</para>
      </summary>
      <value>true if the layer is visible; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.LayerBase.VisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.LayerBase.Visible">LayerBase.Visible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.LayerCollection`1">
      <summary>
        <para>A collection that stores the layers of a particular scale.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.LayerCollection`1.#ctor(DevExpress.Xpf.Gauges.Scale)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.LayerCollection`1"/> class with the specified owner.</para>
      </summary>
      <param name="scale">A <see cref="T:DevExpress.Xpf.Gauges.Scale"/> class descendant that should be the owner of the created collection.</param>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.LayerOptions">
      <summary>
        <para>Contains layout options for a layer.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.LayerOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.LayerOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LayerOptions.ZIndex">
      <summary>
        <para>Gets or sets the z-index of a layer.</para>
      </summary>
      <value>An integer value that is the z-index.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.LayerOptions.ZIndexProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.LayerOptions.ZIndex">LayerOptions.ZIndex</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.LayerPresentation">
      <summary>
        <para>A base class for all classes that contain presentation settings for layers.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.LinearGaugeControl">
      <summary>
        <para>A Linear Gauge control shipped with the DXGauges Suite.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.LinearGaugeControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.LinearGaugeControl"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearGaugeControl.ActualModel">
      <summary>
        <para>Gets the actual model used to draw elements of a <see href="https://docs.devexpress.com/WPF/9955/controls-and-libraries/gauge-controls/visual-elements/linear-gauge">Linear Gauge</see>.</para>
      </summary>
      <value>A DevExpress.Xpf.Gauges.LinearGaugeModel class descendant that is the actual model.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.LinearGaugeControl.ActualModelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.LinearGaugeControl.ActualModel">LinearGaugeControl.ActualModel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.LinearGaugeControl.CalcHitInfo(System.Windows.Point)">
      <summary>
        <para>Returns information on the gauge elements located at the specified point.</para>
      </summary>
      <param name="point">A <see cref="T:System.Drawing.Point"/> structure which specifies the test point coordinates relative to the gauge’s top-left corner.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Gauges.LinearGaugeHitInfo"/> object, which contains information about the gauge elements located at the test point.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearGaugeControl.Layers">
      <summary>
        <para>Provides access to a collection of  <see href="https://docs.devexpress.com/WPF/9970/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/layers">layers</see> contained in the linear gauge.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.LinearGaugeLayerCollection"/> object that contains linear gauge layers.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.LinearGaugeControl.LayersProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.LinearGaugeControl.Layers">LinearGaugeControl.Layers</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearGaugeControl.Model">
      <summary>
        <para>Gets or sets a model for the <see href="https://docs.devexpress.com/WPF/9955/controls-and-libraries/gauge-controls/visual-elements/linear-gauge">linear gauge</see> control that is used to draw its elements.</para>
      </summary>
      <value>A DevExpress.Xpf.Gauges.LinearGaugeModel class descendant that is the actual model.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.LinearGaugeControl.ModelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.LinearGaugeControl.Model">LinearGaugeControl.Model</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearGaugeControl.PredefinedModels">
      <summary>
        <para>Returns a list of predefined models for a Linear Gauge control.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Generic.List`1"/> of <see cref="T:DevExpress.Xpf.Gauges.PredefinedElementKind"/> objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearGaugeControl.Scales">
      <summary>
        <para>Provides access to a collection of <see href="https://docs.devexpress.com/WPF/9964/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/linear-scale">scales</see> contained in the linear gauge.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.LinearScaleCollection"/> object that contains linear gauge scales.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.LinearGaugeControl.ScalesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.LinearGaugeControl.Scales">LinearGaugeControl.Scales</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.LinearGaugeHitInfo">
      <summary>
        <para>Contains information about a specific point within a linear gauge.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearGaugeHitInfo.InLevelBar">
      <summary>
        <para>Gets a value indicating whether the test point is within a <see href="https://docs.devexpress.com/WPF/9965/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/level-bar">level bar</see>.</para>
      </summary>
      <value>true if the test point is within a level bar; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearGaugeHitInfo.InMarker">
      <summary>
        <para>Gets a value indicating whether the test point is within a <see href="https://docs.devexpress.com/WPF/9966/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/marker">marker</see>.</para>
      </summary>
      <value>true if the test point is within a marker; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearGaugeHitInfo.InRange">
      <summary>
        <para>Gets a value indicating whether the test point is within a <see href="https://docs.devexpress.com/WPF/9995/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/range">range</see>.</para>
      </summary>
      <value>true if the test point is within a range; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearGaugeHitInfo.InRangeBar">
      <summary>
        <para>Gets a value indicating whether the test point is within a <see href="https://docs.devexpress.com/WPF/9969/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/range-bar">range bar</see>.</para>
      </summary>
      <value>true if the test point is within a range bar; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearGaugeHitInfo.InScale">
      <summary>
        <para>Gets a value indicating whether the test point is within a <see href="https://docs.devexpress.com/WPF/9964/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/linear-scale">linear scale</see>.</para>
      </summary>
      <value>true if the test point is within a scale; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearGaugeHitInfo.LevelBar">
      <summary>
        <para>Gets a <see href="https://docs.devexpress.com/WPF/9965/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/level-bar">level bar</see> which is located under the test point.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.LinearScaleLevelBar"/> object that is the level bar located under the test point.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearGaugeHitInfo.Marker">
      <summary>
        <para>Gets a <see href="https://docs.devexpress.com/WPF/9966/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/marker">marker</see> which is located under the test point.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.LinearScaleMarker"/> object that is the marker located under the test point.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearGaugeHitInfo.Range">
      <summary>
        <para>Gets a <see href="https://docs.devexpress.com/WPF/9995/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/range">range</see> which is located under the test point.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.LinearScaleRange"/> object that is the range located under the test point.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearGaugeHitInfo.RangeBar">
      <summary>
        <para>Gets a <see href="https://docs.devexpress.com/WPF/9969/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/range-bar">range bar</see> which is located under the test point.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.LinearScaleRangeBar"/> object that is the range bar located under the test point.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearGaugeHitInfo.Scale">
      <summary>
        <para>Gets a <see href="https://docs.devexpress.com/WPF/9964/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/linear-scale">scale</see> which is located under the test point.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.LinearScale"/> object that is the scale located under the test point.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.LinearGaugeLayer">
      <summary>
        <para>A <see href="https://docs.devexpress.com/WPF/9970/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/layers">layer</see> of a Linear Gauge.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.LinearGaugeLayer.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.LinearGaugeLayer"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearGaugeLayer.PredefinedPresentations">
      <summary>
        <para>Returns a list of predefined presentations for a linear gauge layer.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Generic.List`1"/> of <see cref="T:DevExpress.Xpf.Gauges.PredefinedElementKind"/> objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearGaugeLayer.Presentation">
      <summary>
        <para>Gets or sets the current presentation that specifies the appearance of the layer.</para>
      </summary>
      <value>A DevExpress.Xpf.Gauges.LinearGaugeLayerPresentation object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.LinearGaugeLayer.PresentationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.LinearGaugeLayer.Presentation">LinearGaugeLayer.Presentation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.LinearGaugeLayerCollection">
      <summary>
        <para>A collection that stores the <see href="https://docs.devexpress.com/WPF/9970/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/layers">layers</see> of a particular <see href="https://docs.devexpress.com/WPF/9955/controls-and-libraries/gauge-controls/visual-elements/linear-gauge">linear gauge</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.LinearGaugeLayerCollection.#ctor(DevExpress.Xpf.Gauges.LinearGaugeControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.LinearGaugeLayerCollection"/> class with the specified owner.</para>
      </summary>
      <param name="gauge">A <see cref="T:DevExpress.Xpf.Gauges.LinearGaugeControl"/> object that should be the owner of the created collection.</param>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.LinearScale">
      <summary>
        <para>A <see href="https://docs.devexpress.com/WPF/9964/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/linear-scale">linear scale</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.LinearScale.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.LinearScale"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearScale.LabelOptions">
      <summary>
        <para>Gets or sets the options that specify the position and format for <see href="https://docs.devexpress.com/WPF/9967/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/labels">labels</see> displayed on the scale.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.LinearScaleLabelOptions"/> object that contains label settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.LinearScale.LabelOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.LinearScale.LabelOptions">LinearScale.LabelOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearScale.Layers">
      <summary>
        <para>Provides access to a collection of <see href="https://docs.devexpress.com/WPF/9970/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/layers">layers</see> contained in the current <see href="https://docs.devexpress.com/WPF/9964/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/linear-scale">Linear Scale</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.LinearScaleLayerCollection"/> object that contains scale layers.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.LinearScale.LayersProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.LinearScale.Layers">LinearScale.Layers</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearScale.LayoutMode">
      <summary>
        <para>Provides different types of layouts for the <see href="https://docs.devexpress.com/WPF/9964/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/linear-scale">Linear Scale</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.LinearScaleLayoutMode"/> enumeration value that specifies the possible ways a linear scale can be positioned.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.LinearScale.LayoutModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.LinearScale.LayoutMode">LinearScale.LayoutMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearScale.LevelBars">
      <summary>
        <para>Provides access to a collection of <see href="https://docs.devexpress.com/WPF/9965/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/level-bar">level bars</see> contained in the current <see href="https://docs.devexpress.com/WPF/9964/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/linear-scale">Linear Scale</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.LinearScaleLevelBarCollection"/> object that contains scale level bars.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.LinearScale.LevelBarsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.LinearScale.LevelBars">LinearScale.LevelBars</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearScale.LinePresentation">
      <summary>
        <para>Gets or sets the current presentation that specifies the appearance of a <see href="https://docs.devexpress.com/WPF/10363/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/line">line</see>.</para>
      </summary>
      <value>A DevExpress.Xpf.Gauges.LinearScaleLinePresentation object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.LinearScale.LinePresentationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.LinearScale.LinePresentation">LinearScale.LinePresentation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearScale.Markers">
      <summary>
        <para>Provides access to a collection of <see href="https://docs.devexpress.com/WPF/9966/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/marker">markers</see> contained in the current  <see href="https://docs.devexpress.com/WPF/9956/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/arc-scale">Linear Scale</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.LinearScaleMarkerCollection"/> object that contains scale markers.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.LinearScale.MarkersProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.LinearScale.Markers">LinearScale.Markers</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearScale.PredefinedLinePresentations">
      <summary>
        <para>Returns a list of predefined presentations for lines.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Generic.List`1"/> of <see cref="T:DevExpress.Xpf.Gauges.PredefinedElementKind"/> objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearScale.RangeBars">
      <summary>
        <para>Provides access to a collection of <see href="https://docs.devexpress.com/WPF/9969/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/range-bar">range bars</see> contained in the current <see href="https://docs.devexpress.com/WPF/9964/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/linear-scale">Linear Scale</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.LinearScaleRangeBarCollection"/> object that contains scale range bars.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.LinearScale.RangeBarsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.LinearScale.RangeBars">LinearScale.RangeBars</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearScale.Ranges">
      <summary>
        <para>Provides access to a collection of <see href="https://docs.devexpress.com/WPF/9995/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/range">ranges</see> contained in the current <see href="https://docs.devexpress.com/WPF/9964/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/linear-scale">Linear Scale</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.LinearScaleRangeCollection"/> object that contains scale ranges.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.LinearScale.RangesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.LinearScale.Ranges">LinearScale.Ranges</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.LinearScaleCollection">
      <summary>
        <para>A collection of <see href="https://docs.devexpress.com/WPF/9964/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/linear-scale">linear scales</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.LinearScaleCollection.#ctor(DevExpress.Xpf.Gauges.LinearGaugeControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.LinearScaleCollection"/> class with the specified owner.</para>
      </summary>
      <param name="gauge">A <see cref="T:DevExpress.Xpf.Gauges.LinearGaugeControl"/> object that should be the owner of the created collection.</param>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.LinearScaleIndicator">
      <summary>
        <para>Serves as the base class for a linear scale’s value indicators.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.LinearScaleIndicatorCollection`1">
      <summary>
        <para>A collection that stores the <see href="https://docs.devexpress.com/WPF/10322/controls-and-libraries/gauge-controls/value-indicators">value indicators</see> of a particular <see href="https://docs.devexpress.com/WPF/9964/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/linear-scale">linear scale</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.LinearScaleIndicatorCollection`1.#ctor(DevExpress.Xpf.Gauges.LinearScale)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.LinearScaleIndicatorCollection`1"/> class with the specified owner.</para>
      </summary>
      <param name="scale">A <see cref="T:DevExpress.Xpf.Gauges.LinearScale"/> object that should be the owner of the created collection.</param>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.LinearScaleLabelOptions">
      <summary>
        <para>Contains behavior, layout and data representation options for linear scale <see href="https://docs.devexpress.com/WPF/9967/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/labels">labels</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.LinearScaleLabelOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.LinearScaleLabelOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearScaleLabelOptions.Orientation">
      <summary>
        <para>Provides different types of orientation for <see href="https://docs.devexpress.com/WPF/9967/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/labels">labels</see> on the <see href="https://docs.devexpress.com/WPF/9964/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/linear-scale">Linear scale</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.LinearScaleLabelOrientation"/> object that specifies possible ways labels can be oriented.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.LinearScaleLabelOptions.OrientationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.LinearScaleLabelOptions.Orientation">LinearScaleLabelOptions.Orientation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.LinearScaleLabelOrientation">
      <summary>
        <para>Lists the possible ways linear scale <see href="https://docs.devexpress.com/WPF/9967/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/labels">labels</see> can be oriented.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.LinearScaleLabelOrientation.BottomToTop">
      <summary>
        <para>Linear scale labels are painted from bottom to top.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.LinearScaleLabelOrientation.LeftToRight">
      <summary>
        <para>Linear scale labels are painted from left to right.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.LinearScaleLabelOrientation.TopToBottom">
      <summary>
        <para>Linear scale labels are painted from top to bottom.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.LinearScaleLayer">
      <summary>
        <para>A <see href="https://docs.devexpress.com/WPF/9970/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/layers">layer</see> that contains properties to define the visual presentation of a <see href="https://docs.devexpress.com/WPF/9964/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/linear-scale">linear scale</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.LinearScaleLayer.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.LinearScaleLayer"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearScaleLayer.PredefinedPresentations">
      <summary>
        <para>Returns a list of predefined presentations for a linear scale layer.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Generic.List`1"/> of <see cref="T:DevExpress.Xpf.Gauges.PredefinedElementKind"/> objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearScaleLayer.Presentation">
      <summary>
        <para>Gets or sets the current presentation that specifies the appearance of the layer.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.LinearScaleLayerPresentation"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.LinearScaleLayer.PresentationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.LinearScaleLayer.Presentation">LinearScaleLayer.Presentation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.LinearScaleLayerCollection">
      <summary>
        <para>A collection that stores the <see href="https://docs.devexpress.com/WPF/9970/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/layers">layers</see> of a particular <see href="https://docs.devexpress.com/WPF/9964/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/linear-scale">linear scale</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.LinearScaleLayerCollection.#ctor(DevExpress.Xpf.Gauges.LinearScale)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.LinearScaleLayerCollection"/> class with the specified owner.</para>
      </summary>
      <param name="scale">A <see cref="T:DevExpress.Xpf.Gauges.LinearScale"/> object that should be the owner of the created collection.</param>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.LinearScaleLayerPresentation">
      <summary>
        <para>Contains presentation settings for a linear scale layer.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.LinearScaleLayoutMode">
      <summary>
        <para>Lists possible layouts of a <see href="https://docs.devexpress.com/WPF/9964/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/linear-scale">linear scale</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.LinearScaleLayoutMode.BottomToTop">
      <summary>
        <para>A Linear scale is positioned from bottom to top.</para>
        <para />
        <para>Note that you may need to change the <see cref="P:System.Windows.FrameworkElement.Width"/> and <see cref="P:System.Windows.FrameworkElement.Height"/> properties of <see cref="T:DevExpress.Xpf.Gauges.LinearGaugeControl"/> to provide a custom appearance.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.LinearScaleLayoutMode.LeftToRight">
      <summary>
        <para>A linear scale is positioned from left to right.</para>
        <para />
        <para>Note that you may need to change the <see cref="P:System.Windows.FrameworkElement.Width"/> and <see cref="P:System.Windows.FrameworkElement.Height"/> properties of <see cref="T:DevExpress.Xpf.Gauges.LinearGaugeControl"/> to provide a custom appearance.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.LinearScaleLayoutMode.RightToLeft">
      <summary>
        <para>A linear scale is positioned from right to left.</para>
        <para />
        <para>Note that you may need to change the <see cref="P:System.Windows.FrameworkElement.Width"/> and <see cref="P:System.Windows.FrameworkElement.Height"/> properties of <see cref="T:DevExpress.Xpf.Gauges.LinearGaugeControl"/> to provide a custom appearance.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.LinearScaleLayoutMode.TopToBottom">
      <summary>
        <para>A linear scale is positioned from top to bottom.</para>
        <para />
        <para>Note that you may need to change the <see cref="P:System.Windows.FrameworkElement.Width"/> and <see cref="P:System.Windows.FrameworkElement.Height"/> properties of <see cref="T:DevExpress.Xpf.Gauges.LinearGaugeControl"/> to provide a custom appearance.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.LinearScaleLevelBar">
      <summary>
        <para>A linear scale <see href="https://docs.devexpress.com/WPF/9965/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/level-bar">level bar</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.LinearScaleLevelBar.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.LinearScaleLevelBar"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearScaleLevelBar.Options">
      <summary>
        <para>Gets or sets the options of a <see href="https://docs.devexpress.com/WPF/9965/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/level-bar">level bar</see> that specify its shape and position on a Linear scale.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.LinearScaleLevelBarOptions"/> object that contains the settings of the level bar.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.LinearScaleLevelBar.OptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.LinearScaleLevelBar.Options">LinearScaleLevelBar.Options</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearScaleLevelBar.PredefinedPresentations">
      <summary>
        <para>Returns a list of predefined presentations for a linear gauge level bar.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Generic.List`1"/> of <see cref="T:DevExpress.Xpf.Gauges.PredefinedElementKind"/> objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearScaleLevelBar.Presentation">
      <summary>
        <para>Gets or sets the current presentation that specifies the appearance of the level bar.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.LinearScaleLevelBarPresentation"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.LinearScaleLevelBar.PresentationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.LinearScaleLevelBar.Presentation">LinearScaleLevelBar.Presentation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.LinearScaleLevelBarCollection">
      <summary>
        <para>A collection that stores the <see href="https://docs.devexpress.com/WPF/9965/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/level-bar">level bars</see> of a particular <see href="https://docs.devexpress.com/WPF/9964/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/linear-scale">linear scale</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.LinearScaleLevelBarCollection.#ctor(DevExpress.Xpf.Gauges.LinearScale)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.LinearScaleLevelBarCollection"/> class with the specified owner.</para>
      </summary>
      <param name="scale">A <see cref="T:DevExpress.Xpf.Gauges.LinearScale"/> object that should be the owner of the created collection.</param>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.LinearScaleLevelBarOptions">
      <summary>
        <para>Contains layout  options for a linear scale’s <see href="https://docs.devexpress.com/WPF/9965/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/level-bar">level bar</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.LinearScaleLevelBarOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.LinearScaleLevelBarOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearScaleLevelBarOptions.FactorThickness">
      <summary>
        <para>Gets or sets a value by which the <see href="https://docs.devexpress.com/WPF/9965/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/level-bar">level bar</see>‘s thickness should be multiplied.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that is the level bar’s thickness multiplier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.LinearScaleLevelBarOptions.FactorThicknessProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.LinearScaleLevelBarOptions.FactorThickness">LinearScaleLevelBarOptions.FactorThickness</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearScaleLevelBarOptions.Offset">
      <summary>
        <para>Gets or sets the offset specifying a <see href="https://docs.devexpress.com/WPF/9965/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/level-bar">level bar</see>‘s position on a Linear scale.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that specifies the level bar’s offset.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.LinearScaleLevelBarOptions.OffsetProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.LinearScaleLevelBarOptions.Offset">LinearScaleLevelBarOptions.Offset</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearScaleLevelBarOptions.ZIndex">
      <summary>
        <para>Gets or sets the z-index of a level bar.</para>
      </summary>
      <value>An integer value that is the z-index.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.LinearScaleLevelBarOptions.ZIndexProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.LinearScaleLevelBarOptions.ZIndex">LinearScaleLevelBarOptions.ZIndex</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.LinearScaleLevelBarPresentation">
      <summary>
        <para>Contains presentation settings for a linear scale <see href="https://docs.devexpress.com/WPF/9965/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/level-bar">level bar</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.LinearScaleMarker">
      <summary>
        <para>A linear scale <see href="https://docs.devexpress.com/WPF/9966/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/marker">marker</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.LinearScaleMarker.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.LinearScaleMarker"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearScaleMarker.Options">
      <summary>
        <para>Gets or sets the options of a <see href="https://docs.devexpress.com/WPF/9966/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/marker">marker</see> that specify its shape and position on a Linear scale.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.LinearScaleMarkerOptions"/> object that contains the settings of the marker.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.LinearScaleMarker.OptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.LinearScaleMarker.Options">LinearScaleMarker.Options</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearScaleMarker.PredefinedPresentations">
      <summary>
        <para>Returns a list of predefined presentations for a linear scale marker.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Generic.List`1"/> of <see cref="T:DevExpress.Xpf.Gauges.PredefinedElementKind"/> objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearScaleMarker.Presentation">
      <summary>
        <para>Gets or sets the current presentation that specifies the appearance of the marker.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.LinearScaleMarkerPresentation"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.LinearScaleMarker.PresentationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.LinearScaleMarker.Presentation">LinearScaleMarker.Presentation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.LinearScaleMarkerCollection">
      <summary>
        <para>A collection that stores the <see href="https://docs.devexpress.com/WPF/9966/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/marker">markers</see> of a particular <see href="https://docs.devexpress.com/WPF/9964/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/linear-scale">linear scale</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.LinearScaleMarkerCollection.#ctor(DevExpress.Xpf.Gauges.LinearScale)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.LinearScaleMarkerCollection"/> class with the specified owner.</para>
      </summary>
      <param name="scale">A <see cref="T:DevExpress.Xpf.Gauges.LinearScale"/> object that should be the owner of the created collection.</param>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.LinearScaleMarkerOptions">
      <summary>
        <para>Contains layout options for a linear scale <see href="https://docs.devexpress.com/WPF/9966/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/marker">marker</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.LinearScaleMarkerOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.LinearScaleMarkerOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearScaleMarkerOptions.Orientation">
      <summary>
        <para>Provides different types of orientation for the <see href="https://docs.devexpress.com/WPF/9966/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/marker">marker</see> on the <see href="https://docs.devexpress.com/WPF/9964/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/linear-scale">Linear scale</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.LinearScaleMarkerOrientation"/> object that specifies possible ways the marker can be oriented.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.LinearScaleMarkerOptions.OrientationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.LinearScaleMarkerOptions.Orientation">LinearScaleMarkerOptions.Orientation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearScaleMarkerOptions.ZIndex">
      <summary>
        <para>Gets or sets the z-index of a marker.</para>
      </summary>
      <value>An integer value that is the z-index.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.LinearScaleMarkerOptions.ZIndexProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.LinearScaleMarkerOptions.ZIndex">LinearScaleMarkerOptions.ZIndex</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.LinearScaleMarkerOrientation">
      <summary>
        <para>Lists the possible ways linear scale markers can be oriented.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.LinearScaleMarkerOrientation.Normal">
      <summary>
        <para>Linear scale marker is painted from right to left.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.LinearScaleMarkerOrientation.Reversed">
      <summary>
        <para>Linear scale marker is painted from left to right.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.LinearScaleMarkerPresentation">
      <summary>
        <para>Contains presentation settings for a linear scale <see href="https://docs.devexpress.com/WPF/9966/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/marker">marker</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.LinearScaleRange">
      <summary>
        <para>A linear scale <see href="https://docs.devexpress.com/WPF/9995/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/range">range</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.LinearScaleRange.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.LinearScaleRange"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearScaleRange.PredefinedPresentations">
      <summary>
        <para>Returns a list of predefined presentations for a linear scale range.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Generic.List`1"/> of <see cref="T:DevExpress.Xpf.Gauges.PredefinedElementKind"/> objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearScaleRange.Presentation">
      <summary>
        <para>Gets or sets the current presentation that specifies the appearance of the range.</para>
      </summary>
      <value>A DevExpress.Xpf.Gauges.LinearScaleRangePresentation object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.LinearScaleRange.PresentationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.LinearScaleRange.Presentation">LinearScaleRange.Presentation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.LinearScaleRangeBar">
      <summary>
        <para>A linear scale <see href="https://docs.devexpress.com/WPF/9969/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/range-bar">range bar</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.LinearScaleRangeBar.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.LinearScaleRangeBar"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearScaleRangeBar.AnchorValue">
      <summary>
        <para>Gets or sets the value on a <see href="https://docs.devexpress.com/WPF/10321/controls-and-libraries/gauge-controls/scales">scale</see> that specifies the fixed edge of the <see href="https://docs.devexpress.com/WPF/9969/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/range-bar">range bar</see>.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value on a scale.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.LinearScaleRangeBar.AnchorValueProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.LinearScaleRangeBar.AnchorValue">LinearScaleRangeBar.AnchorValue</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearScaleRangeBar.Options">
      <summary>
        <para>Gets or sets the options of a <see href="https://docs.devexpress.com/WPF/9969/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/range-bar">range bar</see> that specify its shape and position on a Linear scale.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Gauges.LinearScaleRangeBarOptions"/> object that contains the settings of the range bar.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.LinearScaleRangeBar.OptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.LinearScaleRangeBar.Options">LinearScaleRangeBar.Options</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearScaleRangeBar.PredefinedPresentations">
      <summary>
        <para>Returns a list of predefined presentations for a linear scale range bar.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Generic.List`1"/> of <see cref="T:DevExpress.Xpf.Gauges.PredefinedElementKind"/> objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearScaleRangeBar.Presentation">
      <summary>
        <para>Gets or sets the current presentation that specifies the appearance of the range bar.</para>
      </summary>
      <value>A DevExpress.Xpf.Gauges.LinearScaleRangeBarPresentation object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.LinearScaleRangeBar.PresentationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.LinearScaleRangeBar.Presentation">LinearScaleRangeBar.Presentation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.LinearScaleRangeBarCollection">
      <summary>
        <para>A collection that stores the <see href="https://docs.devexpress.com/WPF/9969/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/range-bar">range bars</see> of a particular <see href="https://docs.devexpress.com/WPF/9964/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/linear-scale">linear scale</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.LinearScaleRangeBarCollection.#ctor(DevExpress.Xpf.Gauges.LinearScale)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.LinearScaleRangeBarCollection"/> class with the specified owner.</para>
      </summary>
      <param name="scale">A <see cref="T:DevExpress.Xpf.Gauges.LinearScale"/> object that should be the owner of the created collection.</param>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.LinearScaleRangeBarOptions">
      <summary>
        <para>Contains appearance and layout options for a linear scale <see href="https://docs.devexpress.com/WPF/9969/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/range-bar">range bar</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.LinearScaleRangeBarOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.LinearScaleRangeBarOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.LinearScaleRangeBarOptions.ZIndex">
      <summary>
        <para>Gets or sets the z-index of a range bar.</para>
      </summary>
      <value>An integer value that is the z-index.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.LinearScaleRangeBarOptions.ZIndexProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.LinearScaleRangeBarOptions.ZIndex">LinearScaleRangeBarOptions.ZIndex</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.LinearScaleRangeCollection">
      <summary>
        <para>A collection that stores the <see href="https://docs.devexpress.com/WPF/9969/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/range-bar">ranges</see> of a particular <see href="https://docs.devexpress.com/WPF/9964/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/linear-scale">linear scale</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.LinearScaleRangeCollection.#ctor(DevExpress.Xpf.Gauges.LinearScale)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.LinearScaleRangeCollection"/> class with the specified owner.</para>
      </summary>
      <param name="scale">A <see cref="T:DevExpress.Xpf.Gauges.LinearScale"/> object that should be the owner of the created collection.</param>
    </member>
    <member name="N:DevExpress.Xpf.Gauges.Localization">
      <summary>
        <para>Contains classes and enumerations that are intended to <see href="https://docs.devexpress.com/WPF/7541/localization">localize</see> the User Interface of DevExpress <see href="https://docs.devexpress.com/WPF/115093/controls-and-libraries/gauge-controls">WPF Gauges</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.Localization.GaugeLocalizer">
      <summary>
        <para>A base class that provides necessary functionality for custom localizers of the <see href="https://docs.devexpress.com/WPF/115093/controls-and-libraries/gauge-controls">Gauge Controls</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.Localization.GaugeLocalizer.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.Localization.GaugeLocalizer"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.Localization.GaugeLocalizer.CreateDefaultLocalizer">
      <summary>
        <para>Returns a localizer object, which provides resources based on the thread’s language and regional settings (culture).</para>
      </summary>
      <returns>An <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> object representing resources based on the thread’s culture.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.Localization.GaugeLocalizer.CreateResXLocalizer">
      <summary>
        <para>Returns a localizer object, which provides resources based on the thread’s language and regional settings (culture).</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> object, which provides resources based on the thread’s culture.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.Localization.GaugeLocalizer.GetString(DevExpress.Xpf.Gauges.Localization.GaugeStringId)">
      <summary>
        <para>Returns a localized string for the given string identifier.</para>
      </summary>
      <param name="id">A DevExpress.Xpf.Gauges.Localization.GaugeStringId enumeration value identifying the string to localize.</param>
      <returns>A <see cref="T:System.String"/> corresponding to the specified identifier.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.MajorTickmarkOptions">
      <summary>
        <para>Contains settings that define the layout and behavior of the major tickmarks along the scale.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.MajorTickmarkOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.MajorTickmarkOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.MajorTickmarkOptions.ShowFirst">
      <summary>
        <para>Gets or sets a value indicating whether the fitst major tickmark should be shown on a <see href="https://docs.devexpress.com/WPF/10321/controls-and-libraries/gauge-controls/scales">scale</see>.</para>
      </summary>
      <value>true to display the first major tickmark; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.MajorTickmarkOptions.ShowFirstProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.MajorTickmarkOptions.ShowFirst">MajorTickmarkOptions.ShowFirst</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.MajorTickmarkOptions.ShowLast">
      <summary>
        <para>Gets or sets a value indicating whether the last major tickmark should be shown on a <see href="https://docs.devexpress.com/WPF/10321/controls-and-libraries/gauge-controls/scales">scale</see>.</para>
      </summary>
      <value>true to display the last major tickmark on a scale; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.MajorTickmarkOptions.ShowLastProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.MajorTickmarkOptions.ShowLast">MajorTickmarkOptions.ShowLast</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.MajorTickmarkOptions.ZIndex">
      <summary>
        <para>Gets or sets the z-index of major tickmarks.</para>
      </summary>
      <value>An integer value that is the z-index.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.MajorTickmarkOptions.ZIndexProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.MajorTickmarkOptions.ZIndex">MajorTickmarkOptions.ZIndex</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.MarkerOptionsBase">
      <summary>
        <para>Serves as the base class for all marker options.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.MarkerOptionsBase.FactorHeight">
      <summary>
        <para>Gets or sets a value by which the marker’s height should be multiplied.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that is the marker’s height multiplier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.MarkerOptionsBase.FactorHeightProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.MarkerOptionsBase.FactorHeight">MarkerOptionsBase.FactorHeight</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.MarkerOptionsBase.FactorWidth">
      <summary>
        <para>Gets or sets a value by which the marker’s width should be multiplied.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that is the marker’s width multiplier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.MarkerOptionsBase.FactorWidthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.MarkerOptionsBase.FactorWidth">MarkerOptionsBase.FactorWidth</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.MarkerOptionsBase.Offset">
      <summary>
        <para>Gets or sets the offset specifying a marker’s position on a scale.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that specifies the marker’s offset.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.MarkerOptionsBase.OffsetProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.MarkerOptionsBase.Offset">MarkerOptionsBase.Offset</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.Matrix5x8Model">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.Matrix5x8Model.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.Matrix5x8Model"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.Matrix5x8Model.Presentation">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.Matrix5x8Model.PresentationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.Matrix5x8Model.Presentation">Matrix5x8Model.Presentation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.Matrix5x8Presentation">
      <summary>
        <para>Contains presentation settings for a <see href="https://docs.devexpress.com/WPF/10673/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbols-panel">symbols panel</see> of a matrix 5x8 type.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.Matrix8x14Model">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.Matrix8x14Model.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.Matrix8x14Model"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.Matrix8x14Model.Presentation">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.Matrix8x14Model.PresentationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.Matrix8x14Model.Presentation">Matrix8x14Model.Presentation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.Matrix8x14Presentation">
      <summary>
        <para>Contains presentation settings for a <see href="https://docs.devexpress.com/WPF/10673/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbols-panel">symbols panel</see> of a matrix 8x14 type.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.MatrixView">
      <summary>
        <para>A base class for all matrix view types of a <see href="https://docs.devexpress.com/WPF/10668/controls-and-libraries/gauge-controls/visual-elements/digital-gauge">digital gauge</see> control.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.MatrixView5x8">
      <summary>
        <para>A matrix5x8 <see href="https://docs.devexpress.com/WPF/10673/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbols-panel">symbols panel</see> type of <see href="https://docs.devexpress.com/WPF/10668/controls-and-libraries/gauge-controls/visual-elements/digital-gauge">digital gauge</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.MatrixView5x8.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.MatrixView5x8"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.MatrixView5x8.Presentation">
      <summary>
        <para>Gets or sets the current presentation that specifies the appearance of the 5x8 matrix.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.Matrix5x8Presentation"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.MatrixView5x8.PresentationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.MatrixView5x8.Presentation">MatrixView5x8.Presentation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.MatrixView8x14">
      <summary>
        <para>A matrix8x14 <see href="https://docs.devexpress.com/WPF/10673/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbols-panel">symbols panel</see> type of a <see href="https://docs.devexpress.com/WPF/10668/controls-and-libraries/gauge-controls/visual-elements/digital-gauge">digital gauge</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.MatrixView8x14.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.MatrixView8x14"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.MatrixView8x14.Presentation">
      <summary>
        <para>Gets or sets the current presentation that specifies the appearance of the 8x14 matrix.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.Matrix8x14Presentation"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.MatrixView8x14.PresentationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.MatrixView8x14.Presentation">MatrixView8x14.Presentation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.MinorTickmarkOptions">
      <summary>
        <para>Contains settings that define the layout and behavior of the minor tickmarks along the scale.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.MinorTickmarkOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.MinorTickmarkOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.MinorTickmarkOptions.ShowTicksForMajor">
      <summary>
        <para>Gets or sets a value indicating whether <see href="https://docs.devexpress.com/WPF/9994/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/tickmarks">minor tickmarks</see> should be visible at the positions of the corresponding <see href="https://docs.devexpress.com/WPF/9994/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/tickmarks">major tickmarks</see>.</para>
      </summary>
      <value>true to display minor tickmarks at the major tickmark positions; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.MinorTickmarkOptions.ShowTicksForMajorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.MinorTickmarkOptions.ShowTicksForMajor">MinorTickmarkOptions.ShowTicksForMajor</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.MinorTickmarkOptions.ZIndex">
      <summary>
        <para>Gets or sets the z-index of minor tickmarks.</para>
      </summary>
      <value>An integer value that is the z-index.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.MinorTickmarkOptions.ZIndexProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.MinorTickmarkOptions.ZIndex">MinorTickmarkOptions.ZIndex</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.PredefinedDigitalGaugeLayerPresentation">
      <summary>
        <para>Contains presentation settings for the digital gauge layer element.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.PredefinedDigitalGaugeLayerPresentation.ActualFill">
      <summary>
        <para>Gets the actual fill color of the digital gauge layer element.</para>
      </summary>
      <value>A  <see cref="T:System.Windows.Media.Brush"/> object that is the actual fill color of the digital gauge layer.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.PredefinedDigitalGaugeLayerPresentation.Fill">
      <summary>
        <para>Specifies the fill color of the digital gauge layer element.</para>
      </summary>
      <value>A  <see cref="T:System.Windows.Media.Brush"/> object that is fill color of the digital gauge layer.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.PredefinedDigitalGaugeLayerPresentation.FillProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.PredefinedDigitalGaugeLayerPresentation.Fill">PredefinedDigitalGaugeLayerPresentation.Fill</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.PredefinedElementKind">
      <summary>
        <para>Defines the kind of a predefined element.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.PredefinedElementKind.Name">
      <summary>
        <para>Returns the name of the predefined element.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that is the element name.</value>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.PredefinedElementKind.ToString">
      <summary>
        <para>Returns the textual representation of the <see cref="T:DevExpress.Xpf.Gauges.PredefinedElementKind"/> object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value, which is the textual representation of the element kind.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.PredefinedElementKind.Type">
      <summary>
        <para>Returns the type of the predefined element.</para>
      </summary>
      <value>A <see cref="T:System.Type"/> that is the element type.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.PredefinedLinearScaleMarkerPresentation">
      <summary>
        <para>Contains presentation settings for the linear scale marker element.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.PredefinedLinearScaleMarkerPresentation.ActualFill">
      <summary>
        <para>Gets the actual fill color of the linear scale marker element.</para>
      </summary>
      <value>A  <see cref="T:System.Windows.Media.Brush"/> object that is the actual fill color of the linear scale marker.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.PredefinedLinearScaleMarkerPresentation.Fill">
      <summary>
        <para>Specifies the fill color of the linear scale marker element.</para>
      </summary>
      <value>A  <see cref="T:System.Windows.Media.Brush"/> object that is fill color of the linear scale marker.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.PredefinedLinearScaleMarkerPresentation.FillProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.PredefinedLinearScaleMarkerPresentation.Fill">PredefinedLinearScaleMarkerPresentation.Fill</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.PredefinedLinearScaleRangeBarPresentation">
      <summary>
        <para>Contains presentation settings for the linear scale range bar element.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.PredefinedLinearScaleRangeBarPresentation.ActualFill">
      <summary>
        <para>Gets the actual fill color of the linear scale range bar element.</para>
      </summary>
      <value>A  <see cref="T:System.Windows.Media.Brush"/> object that is the actual fill color of the linear scale range bar.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.PredefinedLinearScaleRangeBarPresentation.Fill">
      <summary>
        <para>Specifies the fill color of the linear scale range bar element.</para>
      </summary>
      <value>A  <see cref="T:System.Windows.Media.Brush"/> object that is fill color of the linear scale range bar.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.PredefinedLinearScaleRangeBarPresentation.FillProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.PredefinedLinearScaleRangeBarPresentation.Fill">PredefinedLinearScaleRangeBarPresentation.Fill</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.PresentationBase">
      <summary>
        <para>A base for all classes that contain presentation settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.PresentationBase.PresentationName">
      <summary>
        <para>Returns the human-readable name of the current presentation.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value which is the presentation name.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.RangeBarOptionsBase">
      <summary>
        <para>Serves as the base class for range bar options.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.RangeBarOptionsBase.Offset">
      <summary>
        <para>Gets or sets the offset specifying a range bar’s position on a scale.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that specifies the range bar’s offset.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.RangeBarOptionsBase.OffsetProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.RangeBarOptionsBase.Offset">RangeBarOptionsBase.Offset</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.RangeBarOptionsBase.Thickness">
      <summary>
        <para>Gets or sets a value that specifies the thickness of the range bar on a <see href="https://docs.devexpress.com/WPF/10321/controls-and-libraries/gauge-controls/scales">scale</see>.</para>
      </summary>
      <value>A <see cref="T:System.Int32"/> value that is the thickness of the range bar.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.RangeBarOptionsBase.ThicknessProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.RangeBarOptionsBase.Thickness">RangeBarOptionsBase.Thickness</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.RangeBase">
      <summary>
        <para>Serves as the base class for all ranges.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.RangeBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.RangeBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.RangeBase.EndValue">
      <summary>
        <para>Gets or sets the end position of the range on a <see href="https://docs.devexpress.com/WPF/10321/controls-and-libraries/gauge-controls/scales">scale</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.RangeValue"/> object that allows to set the end position of the range in absolute or relative units.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.RangeBase.EndValueAbsolute">
      <summary>
        <para>Gets a value that specifies the end range position on a scale in absolute units.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that is the end range position in absolute units.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.RangeBase.EndValueProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.RangeBase.EndValue">RangeBase.EndValue</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Gauges.RangeBase.IndicatorEnter">
      <summary>
        <para>Occurs when any <see href="https://docs.devexpress.com/WPF/10322/controls-and-libraries/gauge-controls/value-indicators">value indicator</see> enters the current range.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Gauges.RangeBase.IndicatorLeave">
      <summary>
        <para>Occurs when any <see href="https://docs.devexpress.com/WPF/10322/controls-and-libraries/gauge-controls/value-indicators">value indicator</see> leaves the current range.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.RangeBase.IsHitTestVisible">
      <summary>
        <para>Gets or sets a value that defines whether a range can be returned as a hit-testing result.</para>
      </summary>
      <value>true in case the range can be shown as the result of hit testing; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.RangeBase.IsHitTestVisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.RangeBase.IsHitTestVisible">RangeBase.IsHitTestVisible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.RangeBase.Options">
      <summary>
        <para>Provides access to the settings that specify the shape and position of the current range.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.RangeOptions"/> object that contains the settings of the range.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.RangeBase.OptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.RangeBase.Options">RangeBase.Options</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.RangeBase.StartValue">
      <summary>
        <para>Gets or sets the start position of the range on a <see href="https://docs.devexpress.com/WPF/10321/controls-and-libraries/gauge-controls/scales">scale</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.RangeValue"/> object that allows setting the start position of the range in either absolute or relative units.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.RangeBase.StartValueAbsolute">
      <summary>
        <para>Gets a value that specifies the start range position in absolute units.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that is the start range position in absolute units.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.RangeBase.StartValueProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.RangeBase.StartValue">RangeBase.StartValue</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.RangeOptions">
      <summary>
        <para>Contains  layout and appearance options for a range.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.RangeOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.RangeOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.RangeOptions.Offset">
      <summary>
        <para>Gets or sets the offset specifying a range’s position on a scale.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that specifies the range’s offset.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.RangeOptions.OffsetProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.RangeOptions.Offset">RangeOptions.Offset</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.RangeOptions.Thickness">
      <summary>
        <para>Gets or sets a value that specifies the thickness of the range on a <see href="https://docs.devexpress.com/WPF/10321/controls-and-libraries/gauge-controls/scales">scale</see>.</para>
      </summary>
      <value>A <see cref="T:System.Int32"/> value that is the thickness of the range.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.RangeOptions.ThicknessProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.RangeOptions.Thickness">RangeOptions.Thickness</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.RangeOptions.ZIndex">
      <summary>
        <para>Gets or sets the z-index of a range.</para>
      </summary>
      <value>An integer value that is the z-index.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.RangeOptions.ZIndexProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.RangeOptions.ZIndex">RangeOptions.ZIndex</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.RangeValue">
      <summary>
        <para>Stores one of the range values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.RangeValue.#ctor(System.Double,DevExpress.Xpf.Gauges.RangeValueType)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.RangeValue"/> class with the specified value and value type.</para>
      </summary>
      <param name="value">A <see cref="T:System.Double"/> object that specifies one of the range values. This value is assigned to the <see cref="P:DevExpress.Xpf.Gauges.RangeValue.Value">RangeValue.Value</see> property.</param>
      <param name="type">A <see cref="T:DevExpress.Xpf.Gauges.RangeValueType"/> enumeration value that specifies how the assigned value should be treated - as percents or as an absolute value. This parameter is assigned to the <see cref="P:DevExpress.Xpf.Gauges.RangeValue.RangeValueType">RangeValue.RangeValueType</see> property.</param>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.RangeValue.#ctor(System.Double)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.RangeValue"/> class with the specified value.</para>
      </summary>
      <param name="value">A <see cref="T:System.Double"/> object that specifies one of the range values. This value is assigned to the <see cref="P:DevExpress.Xpf.Gauges.RangeValue.Value">RangeValue.Value</see> property.</param>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.RangeValue.IsAbsolute">
      <summary>
        <para>Indicates whether a range boundary’s value is set in absolute units.</para>
      </summary>
      <value>true if a range value is stored in absolute units; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.RangeValue.IsPercent">
      <summary>
        <para>Indicates whether a range boundary’s value is set as a percent.</para>
      </summary>
      <value>true if a range value is stored as a percent; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.RangeValue.RangeValueType">
      <summary>
        <para>Returns a value that specifies the unit in which to store range boundaries.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.RangeValueType"/> enumeration value that specifies the measurement unit for a range boundary.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.RangeValue.Value">
      <summary>
        <para>Returns the value that specifies either the start or end boundary of a range.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that is used to store the range boundaries in either absolute or relative units.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.RangeValueType">
      <summary>
        <para>Lists the values used to specify the measure units of a range.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.RangeValueType.Absolute">
      <summary>
        <para>Range value is specified in absolute measure units.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.RangeValueType.Percent">
      <summary>
        <para>Range value is specified in percents.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.Scale">
      <summary>
        <para>Serves as the base class for all scales.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.Scale.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.Scale"/> class with default settings.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.Scale.AllowLightweightTickmarksProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.Scale.AllowLightweightTickmarks"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.Scale.CustomElements">
      <summary>
        <para>Provides access to a collection of <see href="https://docs.devexpress.com/WPF/10666/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/custom-elements">custom elements</see>  contained in the current <see href="https://docs.devexpress.com/WPF/9956/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/arc-scale">Circular Scale</see> or <see href="https://docs.devexpress.com/WPF/9956/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/arc-scale">Linear Scale</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.ScaleCustomElementCollection"/> object that contains scale custom elements.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.Scale.CustomElementsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.Scale.CustomElements">Scale.CustomElements</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.Scale.CustomLabels">
      <summary>
        <para>Provides access to a collection of custom labels contained in the current <see href="https://docs.devexpress.com/WPF/10321/controls-and-libraries/gauge-controls/scales">scale</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.ScaleCustomLabelCollection"/> object that contains scale custom labels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.Scale.CustomLabelsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.Scale.CustomLabels">Scale.CustomLabels</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.Scale.CustomLabelsSource">
      <summary>
        <para>Gets or sets a source of <see href="https://docs.devexpress.com/WPF/9960/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/custom-labels">custom labels</see>.</para>
      </summary>
      <value>A source of <see href="https://docs.devexpress.com/WPF/9960/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/custom-labels">custom labels</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.Scale.CustomLabelsSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.Scale.CustomLabelsSource"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.Scale.CustomLabelTemplate">
      <summary>
        <para>Gets or sets a template that generates <see href="https://docs.devexpress.com/WPF/9960/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/custom-labels">custom labels</see>.</para>
      </summary>
      <value>A template that generates custom labels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.Scale.CustomLabelTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.Scale.CustomLabelTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.Scale.CustomLabelTemplateSelector">
      <summary>
        <para>Gets or sets an object that chooses a cell template based on custom logic.</para>
      </summary>
      <value>An object that chooses a cell template based on custom logic.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.Scale.CustomLabelTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.Scale.CustomLabelTemplateSelector"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.Scale.EndValue">
      <summary>
        <para>Gets or sets the end value of the <see href="https://docs.devexpress.com/WPF/10321/controls-and-libraries/gauge-controls/scales">scale</see>.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value which is the end of the scale.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.Scale.EndValueProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.Scale.EndValue">Scale.EndValue</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.Scale.LabelPresentation">
      <summary>
        <para>Gets or sets the current presentation that specifies the appearance of <see href="https://docs.devexpress.com/WPF/9959/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/labels">labels</see>.</para>
      </summary>
      <value>A DevExpress.Xpf.Gauges.ScaleLabelPresentation object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.Scale.LabelPresentationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.Scale.LabelPresentation">Scale.LabelPresentation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.Scale.LineOptions">
      <summary>
        <para>Provides access to the options that specify the shape and position of a scale line, either <see href="https://docs.devexpress.com/WPF/10362/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/line">Circular</see> or <see href="https://docs.devexpress.com/WPF/10363/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/line">Linear</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.ScaleLineOptions"/> object that contains line options.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.Scale.LineOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.Scale.LineOptions">Scale.LineOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.Scale.MajorIntervalCount">
      <summary>
        <para>Gets or sets a value that specifies the number of intervals between major tickmarks on a <see href="https://docs.devexpress.com/WPF/10321/controls-and-libraries/gauge-controls/scales">scale</see>.</para>
      </summary>
      <value>A <see cref="T:System.Int32"/> value that is the number of intervals between major tickmarks’ on a scale.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.Scale.MajorIntervalCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.Scale.MajorIntervalCount">Scale.MajorIntervalCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.Scale.MajorTickmarkOptions">
      <summary>
        <para>Provides access to the options that define the appearance, behavior and location of <see href="https://docs.devexpress.com/WPF/9994/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/tickmarks">major tickmarks</see> within the current <see href="https://docs.devexpress.com/WPF/10321/controls-and-libraries/gauge-controls/scales">scale</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.MajorTickmarkOptions"/> object that contains settings for major tickmarks.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.Scale.MajorTickmarkOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.Scale.MajorTickmarkOptions">Scale.MajorTickmarkOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.Scale.MinorIntervalCount">
      <summary>
        <para>Gets or sets a value that specifies the number of intervals between minor tickmarks on a <see href="https://docs.devexpress.com/WPF/10321/controls-and-libraries/gauge-controls/scales">scale</see>.</para>
      </summary>
      <value>A <see cref="T:System.Int32"/> value that is the number of intervals between minor tickmarks’ on a scale.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.Scale.MinorIntervalCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.Scale.MinorIntervalCount">Scale.MinorIntervalCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.Scale.MinorTickmarkOptions">
      <summary>
        <para>Provides access to the options that define the appearance, behavior and location of <see href="https://docs.devexpress.com/WPF/9994/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/tickmarks">minor tickmarks</see> within the current <see href="https://docs.devexpress.com/WPF/10321/controls-and-libraries/gauge-controls/scales">scale</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.MinorTickmarkOptions"/> object that contains settings for minor tickmarks.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.Scale.MinorTickmarkOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.Scale.MinorTickmarkOptions">Scale.MinorTickmarkOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.Scale.PredefinedLabelPresentations">
      <summary>
        <para>Returns a list of predefined presentations for labels.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Generic.List`1"/> of <see cref="T:DevExpress.Xpf.Gauges.PredefinedElementKind"/> objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.Scale.PredefinedTickmarksPresentations">
      <summary>
        <para>Contains the list of predefined presentations for scale tickmarks.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Generic.List`1"/> of <see cref="T:DevExpress.Xpf.Gauges.PredefinedElementKind"/> objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.Scale.ShowLabels">
      <summary>
        <para>Gets or sets a value indicating whether labels should be displayed on a <see href="https://docs.devexpress.com/WPF/10321/controls-and-libraries/gauge-controls/scales">scale</see>.</para>
      </summary>
      <value>true to show labels on a scale; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.Scale.ShowLabelsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.Scale.ShowLabels">Scale.ShowLabels</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.Scale.ShowLine">
      <summary>
        <para>Indicates whether a line should be displayed on a <see href="https://docs.devexpress.com/WPF/10321/controls-and-libraries/gauge-controls/scales">scale</see>.</para>
      </summary>
      <value>A  <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration value that specifies a line’s visibility on a scale.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.Scale.ShowLineProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.Scale.ShowLine">Scale.ShowLine</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.Scale.ShowMajorTickmarks">
      <summary>
        <para>Gets or sets whether the major tickmarks should be visible on a <see href="https://docs.devexpress.com/WPF/10321/controls-and-libraries/gauge-controls/scales">scale</see>.</para>
      </summary>
      <value>A  <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration value that specifies the visibility of major tickmarks on a scale.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.Scale.ShowMajorTickmarksProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.Scale.ShowMajorTickmarks">Scale.ShowMajorTickmarks</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.Scale.ShowMinorTickmarks">
      <summary>
        <para>Gets or sets whether the minor tickmarks should be visible on a <see href="https://docs.devexpress.com/WPF/10321/controls-and-libraries/gauge-controls/scales">scale</see> or not.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration value that specifies the visibility of minor tickmarks on a scale.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.Scale.ShowMinorTickmarksProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.Scale.ShowMinorTickmarks">Scale.ShowMinorTickmarks</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.Scale.StartValue">
      <summary>
        <para>Gets or sets the start value of the <see href="https://docs.devexpress.com/WPF/10321/controls-and-libraries/gauge-controls/scales">scale</see>.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value which is a scale start.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.Scale.StartValueProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.Scale.StartValue">Scale.StartValue</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.Scale.TickmarksPresentation">
      <summary>
        <para>Returns whether the current presentation of scale tickmarks is <see href="https://docs.devexpress.com/WPF/9994/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/tickmarks">circular</see> or <see href="https://docs.devexpress.com/WPF/9996/controls-and-libraries/gauge-controls/visual-elements/linear-gauge/tickmarks">linear</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.TickmarksPresentation"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.Scale.TickmarksPresentationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.Scale.TickmarksPresentation">Scale.TickmarksPresentation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.ScaleCollection`1">
      <summary>
        <para>A base class for collections containing <see href="https://docs.devexpress.com/WPF/10321/controls-and-libraries/gauge-controls/scales">scales</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.ScaleCollection`1.#ctor(DevExpress.Xpf.Gauges.AnalogGaugeControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.ScaleCollection`1"/> class with the specified owner.</para>
      </summary>
      <param name="gauge">An <see cref="T:DevExpress.Xpf.Gauges.AnalogGaugeControl"/> class descendant that should be the owner of the created collection.</param>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.ScaleCustomElement">
      <summary>
        <para>A <see href="https://docs.devexpress.com/WPF/10666/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/custom-elements">custom element</see> on a scale.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.ScaleCustomElement.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.ScaleCustomElement"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ScaleCustomElement.Content">
      <summary>
        <para>Gets or sets the scale custom element’s content. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> value that is the custom element’s content.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ScaleCustomElement.ContentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ScaleCustomElement.Content">ScaleCustomElement.Content</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ScaleCustomElement.ContentTemplate">
      <summary>
        <para>Gets or sets the template  that defines the presentation of the custom element’s content represented by the <see cref="P:DevExpress.Xpf.Gauges.ScaleCustomElement.Content">ScaleCustomElement.Content</see>  property. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object, representing the template which defines the presentation of the custom element’s content.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ScaleCustomElement.ContentTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ScaleCustomElement.ContentTemplate">ScaleCustomElement.ContentTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ScaleCustomElement.Visible">
      <summary>
        <para>Gets or sets whether the scale custom element is visible.</para>
      </summary>
      <value>true if the custom element is visible on the scale; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ScaleCustomElement.VisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ScaleCustomElement.Visible">ScaleCustomElement.Visible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ScaleCustomElement.ZIndex">
      <summary>
        <para>Gets or sets the z-index of a scale custom element.</para>
      </summary>
      <value>An integer value that is the z-index.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ScaleCustomElement.ZIndexProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ScaleCustomElement.ZIndex">ScaleCustomElement.ZIndex</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.ScaleCustomElementCollection">
      <summary>
        <para>A collection that stores <see href="https://docs.devexpress.com/WPF/10666/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/custom-elements">custom elements</see> of a particular <see href="https://docs.devexpress.com/WPF/10321/controls-and-libraries/gauge-controls/scales">scale</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.ScaleCustomElementCollection.#ctor(DevExpress.Xpf.Gauges.Scale)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.ScaleCustomElementCollection"/> class with the specified owner.</para>
      </summary>
      <param name="scale">A <see cref="T:DevExpress.Xpf.Gauges.Scale"/> object that should be the owner of the created collection.</param>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.ScaleCustomLabel">
      <summary>
        <para>A scale custom label.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.ScaleCustomLabel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.ScaleCustomLabel"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ScaleCustomLabel.Offset">
      <summary>
        <para>Gets or sets the offset specifying a custom label’s position on a scale.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that specifies the custom label’s offset.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ScaleCustomLabel.OffsetProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ScaleCustomLabel.Offset">ScaleCustomLabel.Offset</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ScaleCustomLabel.Value">
      <summary>
        <para>Gets or sets the value about which the custom label is located on a <see href="https://docs.devexpress.com/WPF/10321/controls-and-libraries/gauge-controls/scales">scale</see>.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ScaleCustomLabel.ValueProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ScaleCustomLabel.Value">ScaleCustomLabel.Value</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.ScaleCustomLabelCollection">
      <summary>
        <para>A collection that stores the custom labels of a particular <see href="https://docs.devexpress.com/WPF/10321/controls-and-libraries/gauge-controls/scales">scale</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.ScaleCustomLabelCollection.#ctor(DevExpress.Xpf.Gauges.Scale)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.ScaleCustomLabelCollection"/> class with the specified owner.</para>
      </summary>
      <param name="scale">A <see cref="T:DevExpress.Xpf.Gauges.Scale"/> class descendant that should be the owner of the created collection.</param>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.ScaleLabelOptions">
      <summary>
        <para>Serves as a base for classes that contain appearance and behavior options for scale labels.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ScaleLabelOptions.Addend">
      <summary>
        <para>Gets or sets a value that should be added to every label’s value.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value which is added to every label’s value on a scale.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ScaleLabelOptions.AddendProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ScaleLabelOptions.Addend">ScaleLabelOptions.Addend</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ScaleLabelOptions.FormatString">
      <summary>
        <para>Gets or sets a value that specifies the format string for the display text on a <see href="https://docs.devexpress.com/WPF/10321/controls-and-libraries/gauge-controls/scales">scale</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is the format string of a label.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ScaleLabelOptions.FormatStringProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ScaleLabelOptions.FormatString">ScaleLabelOptions.FormatString</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ScaleLabelOptions.Multiplier">
      <summary>
        <para>Gets or sets a value by which every label’s value should be multiplied.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value which is a multiplier applied to every label’s value on a scale.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ScaleLabelOptions.MultiplierProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ScaleLabelOptions.Multiplier">ScaleLabelOptions.Multiplier</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ScaleLabelOptions.Offset">
      <summary>
        <para>Gets or sets the offset specifying a label’s position on a scale.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that specifies the label’s offset.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ScaleLabelOptions.OffsetProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ScaleLabelOptions.Offset">ScaleLabelOptions.Offset</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ScaleLabelOptions.ShowFirst">
      <summary>
        <para>Gets or sets a value indicating whether the first label should be shown on a <see href="https://docs.devexpress.com/WPF/10321/controls-and-libraries/gauge-controls/scales">scale</see>.</para>
      </summary>
      <value>true to display the first label on a scale; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ScaleLabelOptions.ShowFirstProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ScaleLabelOptions.ShowFirst">ScaleLabelOptions.ShowFirst</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ScaleLabelOptions.ShowLast">
      <summary>
        <para>Gets or sets a value indicating whether the last label should be shown on a <see href="https://docs.devexpress.com/WPF/10321/controls-and-libraries/gauge-controls/scales">scale</see>.</para>
      </summary>
      <value>true to display the last label on a scale; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ScaleLabelOptions.ShowLastProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ScaleLabelOptions.ShowLast">ScaleLabelOptions.ShowLast</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ScaleLabelOptions.ZIndex">
      <summary>
        <para>Gets or sets the z-index of scale labels.</para>
      </summary>
      <value>An integer value that is the z-index.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ScaleLabelOptions.ZIndexProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ScaleLabelOptions.ZIndex">ScaleLabelOptions.ZIndex</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.ScaleLabelPresentation">
      <summary>
        <para>Serves as a base class for label presentations.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.ScaleLayerBase">
      <summary>
        <para>Serves as the base class for scale layers.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ScaleLayerBase.Options">
      <summary>
        <para>Provides access to the settings that specify the shape and position of the current scale layer.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.LayerOptions"/> object that contains the settings of the layer.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ScaleLayerBase.OptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ScaleLayerBase.Options">ScaleLayerBase.Options</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.ScaleLineOptions">
      <summary>
        <para>Contains layout and appearance options for a scale line.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.ScaleLineOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.ScaleLineOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ScaleLineOptions.Offset">
      <summary>
        <para>Gets or sets the offset specifying a line’s position on a scale.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that specifies the line’s offset.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ScaleLineOptions.OffsetProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ScaleLineOptions.Offset">ScaleLineOptions.Offset</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ScaleLineOptions.Thickness">
      <summary>
        <para>Gets or sets a value that specifies the thickness of the line on a <see href="https://docs.devexpress.com/WPF/10321/controls-and-libraries/gauge-controls/scales">scale</see>.</para>
      </summary>
      <value>A <see cref="T:System.Int32"/> value that is the thickness of the line.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ScaleLineOptions.ThicknessProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ScaleLineOptions.Thickness">ScaleLineOptions.Thickness</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ScaleLineOptions.ZIndex">
      <summary>
        <para>Gets or sets the z-index of a scale line.</para>
      </summary>
      <value>A <see cref="T:System.Int32"/> value that is the z-index.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ScaleLineOptions.ZIndexProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ScaleLineOptions.ZIndex">ScaleLineOptions.ZIndex</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.SegmentsView">
      <summary>
        <para>A base class for all segment view types of a <see href="https://docs.devexpress.com/WPF/10668/controls-and-libraries/gauge-controls/visual-elements/digital-gauge">digital gauge</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.SegmentsView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.SegmentsView"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.SegmentsView.SymbolMapping">
      <summary>
        <para>For internal use. Provides the information about elements that are used in symbol mapping.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.SymbolDictionary"/> object that stores the element that defines a symbol view of a digital gauge control.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.SegmentsView.SymbolMappingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.SegmentsView.SymbolMapping">SegmentsView.SymbolMapping</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.SevenSegmentsModel">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.SevenSegmentsModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.SevenSegmentsModel"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.SevenSegmentsModel.Presentation">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.SevenSegmentsModel.PresentationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.SevenSegmentsModel.Presentation">SevenSegmentsModel.Presentation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.SevenSegmentsPresentation">
      <summary>
        <para>Contains presentation settings for a <see href="https://docs.devexpress.com/WPF/10673/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbols-panel">symbols panel</see> of the seven segments type.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.SevenSegmentsView">
      <summary>
        <para>A seven segments <see href="https://docs.devexpress.com/WPF/10673/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbols-panel">symbols panel</see> type of <see href="https://docs.devexpress.com/WPF/10668/controls-and-libraries/gauge-controls/visual-elements/digital-gauge">digital gauge</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.SevenSegmentsView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.SevenSegmentsView"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.SevenSegmentsView.Presentation">
      <summary>
        <para>Gets or sets the current presentation that specifies the appearance of the seven segment view type.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.SevenSegmentsPresentation"/> object</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.SevenSegmentsView.PresentationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.SevenSegmentsView.Presentation">SevenSegmentsView.Presentation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.SpindleCapOptions">
      <summary>
        <para>Contains layout options for a <see href="https://docs.devexpress.com/WPF/9963/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/spindle-cap">spindle cap</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.SpindleCapOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.SpindleCapOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.SpindleCapOptions.FactorHeight">
      <summary>
        <para>Gets or sets a value by which the <see href="https://docs.devexpress.com/WPF/9963/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/spindle-cap">spindle cap</see>‘s height should be multiplied.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that is the spindle cap’s height multiplier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.SpindleCapOptions.FactorHeightProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.SpindleCapOptions.FactorHeight">SpindleCapOptions.FactorHeight</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.SpindleCapOptions.FactorWidth">
      <summary>
        <para>Gets or sets a value by which the <see href="https://docs.devexpress.com/WPF/9963/controls-and-libraries/gauge-controls/visual-elements/circular-gauge/spindle-cap">spindle cap</see>‘s width should be multiplied.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that is the spindle cap’s width multiplier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.SpindleCapOptions.FactorWidthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.SpindleCapOptions.FactorWidth">SpindleCapOptions.FactorWidth</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.SpindleCapOptions.ZIndex">
      <summary>
        <para>Gets or sets the z-index of a spindle cap.</para>
      </summary>
      <value>An integer value that is the z-index.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.SpindleCapOptions.ZIndexProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.SpindleCapOptions.ZIndex">SpindleCapOptions.ZIndex</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.SpindleCapPresentation">
      <summary>
        <para>Contains presentation settings for a spindle cap.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.State">
      <summary>
        <para>A state of a state indicator control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.State.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.State"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.State.ElementInfo">
      <summary>
        <para>This property is hidden and intended for internal use only.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.StateInfo"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.State.ElementInfoProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.State.ElementInfo">State.ElementInfo</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.State.PredefinedPresentations">
      <summary>
        <para>Returns a list of predefined presentations for a state.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Generic.List`1"/> of <see cref="T:DevExpress.Xpf.Gauges.PredefinedElementKind"/> objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.State.Presentation">
      <summary>
        <para>Gets or sets the current presentation that specifies the appearance of the state indicator control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.StatePresentation"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.State.PresentationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.State.Presentation">State.Presentation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.StateCollection">
      <summary>
        <para>A collection that stores states of a particular <see href="https://docs.devexpress.com/WPF/10679/controls-and-libraries/gauge-controls/visual-elements/state-indicator">state indicator</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.StateCollection.#ctor(DevExpress.Xpf.Gauges.StateIndicatorControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.StateCollection"/> class with the specified owner.</para>
      </summary>
      <param name="stateIndicator">A <see cref="T:DevExpress.Xpf.Gauges.StateIndicatorControl"/> object that should be the owner of the created collection.</param>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.StateIndicatorControl">
      <summary>
        <para>A state indicator control shipped with the DXGauges Suite.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.StateIndicatorControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.StateIndicatorControl"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.StateIndicatorControl.ActualModel">
      <summary>
        <para>Gets the actual model used to draw elements of a <see href="https://docs.devexpress.com/WPF/10679/controls-and-libraries/gauge-controls/visual-elements/state-indicator">State Indicator</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.StateIndicatorControl"/> class descendant that is the actual model.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.StateIndicatorControl.ActualModelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.StateIndicatorControl.ActualModel">StateIndicatorControl.ActualModel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.StateIndicatorControl.AdditionalStates">
      <summary>
        <para>Provides access to the collection of state indicator additional states.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.StateCollection"/> object that is the collection of state indicator additional states.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.StateIndicatorControl.AdditionalStatesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.StateIndicatorControl.AdditionalStates">StateIndicatorControl.AdditionalStates</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.StateIndicatorControl.DefaultState">
      <summary>
        <para>Gets or sets the default state that specifies the <see cref="T:DevExpress.Xpf.Gauges.StateIndicatorControl"/> appearance when the state index is out of the predefined model states or additional states.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.State"/> object that specifies the default state of the State Indicator control.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.StateIndicatorControl.DefaultStateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.StateIndicatorControl.DefaultState">StateIndicatorControl.DefaultState</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.StateIndicatorControl.Model">
      <summary>
        <para>Gets or sets a model for the <see href="https://docs.devexpress.com/WPF/10679/controls-and-libraries/gauge-controls/visual-elements/state-indicator">state indicator</see> control that is used to draw its elements.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.StateIndicatorModel"/> class descendant that is the actual model.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.StateIndicatorControl.ModelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.StateIndicatorControl.Model">StateIndicatorControl.Model</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.StateIndicatorControl.PredefinedModels">
      <summary>
        <para>Returns a list of predefined models for a State Indicator control.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Generic.List`1"/> of <see cref="T:DevExpress.Xpf.Gauges.PredefinedElementKind"/> objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.StateIndicatorControl.State">
      <summary>
        <para>Provides access to the current state of the <see cref="T:DevExpress.Xpf.Gauges.StateIndicatorControl"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.State"/> object containing the state image.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.StateIndicatorControl.StateCount">
      <summary>
        <para>Returns the total number of all states (both predefined and additional) that are currently available in the State Indicator control.</para>
      </summary>
      <value>An integer value that is the number of the state indicator’s states.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.StateIndicatorControl.StateCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.StateIndicatorControl.StateCount">StateIndicatorControl.StateCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.StateIndicatorControl.StateIndex">
      <summary>
        <para>Gets or sets the index of a state image that is currently displayed on the <see cref="T:DevExpress.Xpf.Gauges.StateIndicatorControl"/>.</para>
      </summary>
      <value>An integer value that is the current state index.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.StateIndicatorControl.StateIndexProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.StateIndicatorControl.StateIndex">StateIndicatorControl.StateIndex</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.StateIndicatorControl.StateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.StateIndicatorControl.State">StateIndicatorControl.State</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.StateIndicatorModel">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.StateInfo">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.StateInfo.#ctor(DevExpress.Xpf.Gauges.Native.ILayoutCalculator,System.Int32,DevExpress.Xpf.Gauges.PresentationControl,DevExpress.Xpf.Gauges.PresentationBase)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.StatePresentation">
      <summary>
        <para>Contains presentation settings for a state of a <see href="https://docs.devexpress.com/WPF/10679/controls-and-libraries/gauge-controls/visual-elements/state-indicator">state indicator</see> control.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.StatesMask">
      <summary>
        <para>A states mask that is used to display a custom <see href="https://docs.devexpress.com/WPF/10672/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbol">symbol</see> on a <see cref="T:DevExpress.Xpf.Gauges.DigitalGaugeControl"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.StatesMask.#ctor(System.Boolean[])">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.StatesMask"/> class with specified initial states.</para>
      </summary>
      <param name="initialStates">A <see cref="T:System.Boolean"/> array that contains the initial states.</param>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.StatesMask.States">
      <summary>
        <para>Allows you to access the <see href="https://docs.devexpress.com/WPF/10672/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbol">symbol</see> states. You can use them to map a custom symbols or specify the blinking animation effect.</para>
      </summary>
      <value>A <see cref="T:System.Boolean"/> array that contains the symbol states.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.SymbolDictionary">
      <summary>
        <para>A dictionary that stores elements for custom symbol mapping.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.SymbolDictionary.#ctor(DevExpress.Xpf.Gauges.SymbolViewBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.SymbolDictionary"/> class with the specified owner.</para>
      </summary>
      <param name="symbolView">A <see cref="T:DevExpress.Xpf.Gauges.SymbolViewBase"/> class descendant that should be the owner of the created collection.</param>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.SymbolLength">
      <summary>
        <para>Contains the values used to specify the length (width or height) of a <see href="https://docs.devexpress.com/WPF/10672/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbol">symbol</see> on the <see href="https://docs.devexpress.com/WPF/10673/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbols-panel">symbols panel</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.SymbolLength.#ctor(DevExpress.Xpf.Gauges.SymbolLengthType,System.Double)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.SymbolLength"/> class with the specified symbol length type and symbol length value.</para>
      </summary>
      <param name="type">A <see cref="T:DevExpress.Xpf.Gauges.SymbolLengthType"/> enumeration value that specifies the type of a symbol length. This value is assigned to the <see cref="P:DevExpress.Xpf.Gauges.SymbolLength.Type">SymbolLength.Type</see> property.</param>
      <param name="length">A <see cref="T:System.Double"/> value that specifies the symbol length. This value is assigned to either the <see cref="P:DevExpress.Xpf.Gauges.SymbolLength.FixedLength">SymbolLength.FixedLength</see> or <see cref="P:DevExpress.Xpf.Gauges.SymbolLength.ProportionalLength">SymbolLength.ProportionalLength</see> property, depending on the value passed as the type parameter.</param>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.SymbolLength.#ctor(DevExpress.Xpf.Gauges.SymbolLengthType)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.SymbolLength"/> class with the specified owner.</para>
      </summary>
      <param name="type">A <see cref="T:DevExpress.Xpf.Gauges.SymbolLengthType"/> enumeration value that specifies one of the possible symbol length types. This value is assigned to the <see cref="P:DevExpress.Xpf.Gauges.SymbolLength.Type">SymbolLength.Type</see> property.</param>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.SymbolLength.FixedLength">
      <summary>
        <para>Allows you to access the width and height of symbols that are set in absolute values.</para>
      </summary>
      <value>A double value that is the symbol length specified in an absolute value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.SymbolLength.ProportionalLength">
      <summary>
        <para>Allows you to access the width and height of symbols that are specified in proportional values.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that is the symbol length specified in proportional values.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.SymbolLength.Type">
      <summary>
        <para>Returns the type of the <see cref="T:DevExpress.Xpf.Gauges.SymbolLength"/> object.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.SymbolLengthType"/> enumeration value that specifies the type of the <see cref="T:DevExpress.Xpf.Gauges.SymbolLength"/> object.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.SymbolLengthType">
      <summary>
        <para>Contains the values used to specify the <see href="https://docs.devexpress.com/WPF/10672/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbol">symbol</see> length (either width or height) for the current symbol view appearance on a digital gauge control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.SymbolLengthType.Auto">
      <summary>
        <para>A symbol has a predefined length (width and height) according to the view type of the current <see href="https://docs.devexpress.com/WPF/10673/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbols-panel">symbols panel</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.SymbolLengthType.Fixed">
      <summary>
        <para>A symbol length is specified in absolute values.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.SymbolLengthType.Proportional">
      <summary>
        <para>A symbol is zoomed proportionally to fill the entire <see href="https://docs.devexpress.com/WPF/10673/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbols-panel">symbols panel</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.SymbolLengthType.Stretch">
      <summary>
        <para>A symbol is stretched to fill the entire <see href="https://docs.devexpress.com/WPF/10673/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbols-panel">symbols panel</see>. Note that the height to width proportion will not be preserved in this case.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.SymbolOptions">
      <summary>
        <para>Contains options that define the layout of symbols inside the <see href="https://docs.devexpress.com/WPF/10673/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbols-panel">symbols panel</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.SymbolOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.SymbolOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.SymbolOptions.Margin">
      <summary>
        <para>Gets or sets the margin of a digital gauge <see href="https://docs.devexpress.com/WPF/10672/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbol">symbol</see>.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Thickness"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.SymbolOptions.MarginProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.SymbolOptions.Margin">SymbolOptions.Margin</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.SymbolOptions.SkewAngleX">
      <summary>
        <para>Gets or sets a skew angle of a <see href="https://docs.devexpress.com/WPF/10672/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbol">symbol</see>  along the X axis.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that is a symbol skew angle along the X-axis.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.SymbolOptions.SkewAngleXProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.SymbolOptions.SkewAngleX">SymbolOptions.SkewAngleX</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.SymbolOptions.SkewAngleY">
      <summary>
        <para>Gets or sets a skew angle of a <see href="https://docs.devexpress.com/WPF/10672/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbol">symbol</see>  along the Y-axis.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that is the symbol skew angle along the Y-axis.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.SymbolOptions.SkewAngleYProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.SymbolOptions.SkewAngleY">SymbolOptions.SkewAngleY</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.SymbolsAnimation">
      <summary>
        <para>A base class for creeping line and blinking animation effects of a <see href="https://docs.devexpress.com/WPF/10668/controls-and-libraries/gauge-controls/visual-elements/digital-gauge">digital gauge</see> control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.SymbolsAnimation.RefreshTime">
      <summary>
        <para>Gets or sets the refresh time between two <see href="https://docs.devexpress.com/WPF/10672/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbol">symbol</see> animations.</para>
      </summary>
      <value>A <see cref="T:System.TimeSpan"/> value that is the refresh time between two animations.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.SymbolsAnimation.RefreshTimeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.SymbolsAnimation.RefreshTime">SymbolsAnimation.RefreshTime</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.SymbolSegmentsMapping">
      <summary>
        <para>Contains properties to define how a custom symbol should be displayed on a digital gauge control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.SymbolSegmentsMapping.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.SymbolSegmentsMapping"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.SymbolSegmentsMapping.SegmentsStates">
      <summary>
        <para>Specifies appropriate segment states for a desired character.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.StatesMask"/> value that specifies segments states.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.SymbolSegmentsMapping.SegmentsStatesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.SymbolSegmentsMapping.SegmentsStates">SymbolSegmentsMapping.SegmentsStates</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.SymbolSegmentsMapping.Symbol">
      <summary>
        <para>Specifies a custom symbol that can be displayed on the <see href="https://docs.devexpress.com/WPF/10673/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbols-panel">symbols panel</see> using symbol segments mapping.</para>
      </summary>
      <value>A <see cref="T:System.Char"/> value that specifies a custom symbol.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.SymbolSegmentsMapping.SymbolProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.SymbolSegmentsMapping.Symbol">SymbolSegmentsMapping.Symbol</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.SymbolSegmentsMapping.SymbolType">
      <summary>
        <para>Gets or sets a symbol type that is used for displaying a custom symbol on a digital gauge control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.SymbolType"/> enumeration value that specifies a symbol type for custom symbol mapping.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.SymbolSegmentsMapping.SymbolTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.SymbolSegmentsMapping.SymbolType">SymbolSegmentsMapping.SymbolType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.SymbolType">
      <summary>
        <para>Contains the values used to specify the <see href="https://docs.devexpress.com/WPF/10672/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbol">symbol</see> type to display custom symbol characters on a digital gauge control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.SymbolType.Additional">
      <summary>
        <para>An additional <see href="https://docs.devexpress.com/WPF/10672/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbol">symbol</see> is displayed in the same <see href="https://docs.devexpress.com/WPF/10678/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/segment">segment</see> with the previous character.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.SymbolType.Main">
      <summary>
        <para>A main <see href="https://docs.devexpress.com/WPF/10672/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbol">symbol</see> is displayed in its own <see href="https://docs.devexpress.com/WPF/10678/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/segment">segment</see>.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.SymbolViewBase">
      <summary>
        <para>A base class for all symbol view types of a <see href="https://docs.devexpress.com/WPF/10668/controls-and-libraries/gauge-controls/visual-elements/digital-gauge">digital gauge</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.SymbolViewBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.SymbolViewBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.SymbolViewBase.Animation">
      <summary>
        <para>Provides access to the animation object that allows you to customize animation for the current <see href="https://docs.devexpress.com/WPF/10672/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbol">symbol</see> view type.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.SymbolsAnimation"/> class descendant.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.SymbolViewBase.AnimationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.SymbolViewBase.Animation">SymbolViewBase.Animation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.SymbolViewBase.CustomSymbolMapping">
      <summary>
        <para>Provides  elements that are used in custom symbol mapping.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.SymbolDictionary"/> object that stores elements for custom symbol mapping.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.SymbolViewBase.CustomSymbolMappingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.SymbolViewBase.CustomSymbolMapping">SymbolViewBase.CustomSymbolMapping</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.SymbolViewBase.Height">
      <summary>
        <para>Specifies the symbol’s height for the current symbol view.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.SymbolLength"/> object that is the symbol’s height.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.SymbolViewBase.HeightProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.SymbolViewBase.Height">SymbolViewBase.Height</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.SymbolViewBase.Options">
      <summary>
        <para>Provides access to the settings that specify the <see href="https://docs.devexpress.com/WPF/10672/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbol">symbol</see> view position on the <see href="https://docs.devexpress.com/WPF/10673/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbols-panel">symbols panel</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.SymbolOptions"/> object that contains the settings of the symbol view type.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.SymbolViewBase.OptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.SymbolViewBase.Options">SymbolViewBase.Options</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.SymbolViewBase.Width">
      <summary>
        <para>Specifies the symbol’s width for the current symbol view.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gauges.SymbolLength"/> object  that is the symbol’s width.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.SymbolViewBase.WidthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.SymbolViewBase.Width">SymbolViewBase.Width</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.TextDirection">
      <summary>
        <para>Lists which parts of a text limited by the <see cref="P:DevExpress.Xpf.Gauges.DigitalGaugeControl.SymbolCount">DigitalGaugeControl.SymbolCount</see> property should be shown on the <see href="https://docs.devexpress.com/WPF/10673/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbols-panel">symbols panel</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.TextDirection.LeftToRight">
      <summary>
        <para>The initial part of a text limited by the <see cref="P:DevExpress.Xpf.Gauges.DigitalGaugeControl.SymbolCount">DigitalGaugeControl.SymbolCount</see> property value is shown on the symbols panel.</para>
        <para>For instance, the image below shows the initial part of the “Hello!” text. The <see cref="P:DevExpress.Xpf.Gauges.DigitalGaugeControl.SymbolCount">DigitalGaugeControl.SymbolCount</see> property is set to 3.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.TextDirection.RightToLeft">
      <summary>
        <para>The final part of a text limited by the <see cref="P:DevExpress.Xpf.Gauges.DigitalGaugeControl.SymbolCount">DigitalGaugeControl.SymbolCount</see> property value is shown on the symbols panel.</para>
        <para>For instance, the image below shows the final part of the “Hello!” text. The <see cref="P:DevExpress.Xpf.Gauges.DigitalGaugeControl.SymbolCount">DigitalGaugeControl.SymbolCount</see> property is set to 3.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.TextHorizontalAlignment">
      <summary>
        <para>Lists the values used to specify the horizontal alignment of a text that is shown on the  <see href="https://docs.devexpress.com/WPF/10673/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbols-panel">symbols panel</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.TextHorizontalAlignment.Center">
      <summary>
        <para>A text fragment (e.g. “Hello!!!”) is positioned at the center of the <see href="https://docs.devexpress.com/WPF/10673/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbols-panel">symbols panel</see>.</para>
        <para />
        <para>Before using horizontal alignment, you need to set the <see cref="P:DevExpress.Xpf.Gauges.DigitalGaugeControl.SymbolCount">DigitalGaugeControl.SymbolCount</see> property to a value that is less than number of text symbols.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.TextHorizontalAlignment.Left">
      <summary>
        <para>A text fragment (e.g. “Hello!!!”) is positioned to the left side of the <see href="https://docs.devexpress.com/WPF/10673/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbols-panel">symbols panel</see>.</para>
        <para />
        <para>Before using horizontal alignment, you need to set the <see cref="P:DevExpress.Xpf.Gauges.DigitalGaugeControl.SymbolCount">DigitalGaugeControl.SymbolCount</see> property to the value that is less than the number of text symbols.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.TextHorizontalAlignment.Right">
      <summary>
        <para>A text fragment (e.g. “Hello!!!”) is positioned to the right side of the <see href="https://docs.devexpress.com/WPF/10673/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbols-panel">symbols panel</see>.</para>
        <para />
        <para>Before using horizontal alignment, you need to set the <see cref="P:DevExpress.Xpf.Gauges.DigitalGaugeControl.SymbolCount">DigitalGaugeControl.SymbolCount</see> property to a value that is less than the number of text symbols.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.TextVerticalAlignment">
      <summary>
        <para>Lists the values used to specify the vertical alignment of a text that is shown on the  <see href="https://docs.devexpress.com/WPF/10673/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbols-panel">symbols panel</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.TextVerticalAlignment.Bottom">
      <summary>
        <para>A text is docked to the bottom of the <see href="https://docs.devexpress.com/WPF/10673/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbols-panel">symbols panel</see>.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.TextVerticalAlignment.Center">
      <summary>
        <para>A text is placed at the center of the <see href="https://docs.devexpress.com/WPF/10673/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbols-panel">symbols panel</see>.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.TextVerticalAlignment.Top">
      <summary>
        <para>A text is docked to the top of the <see href="https://docs.devexpress.com/WPF/10673/controls-and-libraries/gauge-controls/visual-elements/digital-gauge/symbols-panel">symbols panel</see>.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.TickmarkOptions">
      <summary>
        <para>Serves as a base for classes that contain appearance and behavior options for tickmarks.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.TickmarkOptions.FactorLength">
      <summary>
        <para>Gets or sets a value by which the tickmarks’ length should be multiplied.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that is the tickmarks’ length multiplier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.TickmarkOptions.FactorLengthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.TickmarkOptions.FactorLength">TickmarkOptions.FactorLength</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.TickmarkOptions.FactorThickness">
      <summary>
        <para>Gets or sets a value by which the tickmarks’ thickness should be multiplied.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that is the tickmarks’ thickness multiplier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.TickmarkOptions.FactorThicknessProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.TickmarkOptions.FactorThickness">TickmarkOptions.FactorThickness</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.TickmarkOptions.Offset">
      <summary>
        <para>Gets or sets the offset of tickmarks shown on a scale.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that specifies the tickmark position on a scale.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.TickmarkOptions.OffsetProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.TickmarkOptions.Offset">TickmarkOptions.Offset</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.TickmarksPresentation">
      <summary>
        <para>Contains settings that define the presentation of scale tickmarks.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.ValueChangedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Gauges.ValueIndicatorBase.ValueChanged">ValueIndicatorBase.ValueChanged</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ValueChangedEventArgs.NewValue">
      <summary>
        <para>Gets the new value of a property.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> that is the new value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ValueChangedEventArgs.OldValue">
      <summary>
        <para>Gets the old value of a property.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> that is the old value.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.ValueChangedEventHandler">
      <summary>
        <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.Gauges.ValueIndicatorBase.ValueChanged">ValueIndicatorBase.ValueChanged</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.Gauges.ValueChangedEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.ValueIndicatorBase">
      <summary>
        <para>Serves as the base class for all value indicators.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.ValueIndicatorBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.ValueIndicatorBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ValueIndicatorBase.Animation">
      <summary>
        <para>Provides access to the animation object that allows you to customize animation for the current <see href="https://docs.devexpress.com/WPF/10322/controls-and-libraries/gauge-controls/value-indicators">value indicator</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Gauges.IndicatorAnimation"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ValueIndicatorBase.AnimationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ValueIndicatorBase.Animation">ValueIndicatorBase.Animation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ValueIndicatorBase.IsHitTestVisible">
      <summary>
        <para>Gets or sets a value that defines whether an <see href="https://docs.devexpress.com/WPF/10322/controls-and-libraries/gauge-controls/value-indicators">indicator</see> can be returned as a hit-testing result.</para>
      </summary>
      <value>true in case the indicator can be shown as the result of hit testing; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ValueIndicatorBase.IsHitTestVisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ValueIndicatorBase.IsHitTestVisible">ValueIndicatorBase.IsHitTestVisible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ValueIndicatorBase.IsInteractive">
      <summary>
        <para>Gets or sets a value that indicates whether interactivity is enabled for the current <see href="https://docs.devexpress.com/WPF/10322/controls-and-libraries/gauge-controls/value-indicators">value indicator</see>.</para>
      </summary>
      <value>true to enable interactivity; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ValueIndicatorBase.IsInteractiveProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ValueIndicatorBase.IsInteractive">ValueIndicatorBase.IsInteractive</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ValueIndicatorBase.SnapMode">
      <summary>
        <para>Gets or sets whether the gauge control snaps the indicator value to tickmarks.</para>
      </summary>
      <value>A mode that specifies whether or not to snap the indicator value to major/minor tickmarks.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ValueIndicatorBase.SnapModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ValueIndicatorBase.SnapMode"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ValueIndicatorBase.Value">
      <summary>
        <para>Gets or sets the value of a scale <see href="https://docs.devexpress.com/WPF/10322/controls-and-libraries/gauge-controls/value-indicators">indicator</see>.</para>
      </summary>
      <value>Specifies the position of a value indicator on the scale.</value>
    </member>
    <member name="E:DevExpress.Xpf.Gauges.ValueIndicatorBase.ValueChanged">
      <summary>
        <para>Occurs when the <see cref="P:DevExpress.Xpf.Gauges.ValueIndicatorBase.Value">ValueIndicatorBase.Value</see> property has been changed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ValueIndicatorBase.ValueProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ValueIndicatorBase.Value">ValueIndicatorBase.Value</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gauges.ValueIndicatorBase.Visible">
      <summary>
        <para>Gets or sets whether the value indicator is visible.</para>
      </summary>
      <value>true if the value indicator is visible; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gauges.ValueIndicatorBase.VisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gauges.ValueIndicatorBase.Visible">ValueIndicatorBase.Visible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.ValueIndicatorCollection`1">
      <summary>
        <para>A collection that stores the <see href="https://docs.devexpress.com/WPF/10322/controls-and-libraries/gauge-controls/value-indicators">value indicators</see> of a particular <see href="https://docs.devexpress.com/WPF/10321/controls-and-libraries/gauge-controls/scales">scale</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gauges.ValueIndicatorCollection`1.#ctor(DevExpress.Xpf.Gauges.Scale)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gauges.ValueIndicatorCollection`1"/> class with the specified owner.</para>
      </summary>
      <param name="scale">A <see cref="T:DevExpress.Xpf.Gauges.Scale"/> class descendant that should be the owner of the created collection.</param>
    </member>
    <member name="T:DevExpress.Xpf.Gauges.ValueIndicatorPresentation">
      <summary>
        <para>A base class for all classes that contain presentation settings for value indicators.</para>
      </summary>
    </member>
  </members>
</doc>