Represents an individual state defined in a GwxRangeSelector animation.

This class is only used during runtime (it is not saved to the display).

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public sealed class GwxRangeSelectorStateItem : GwxSelectorBaseStateItem
Visual Basic
Public NotInheritable Class GwxRangeSelectorStateItem _
	Inherits GwxSelectorBaseStateItem
JScript
public final class GwxRangeSelectorStateItem extends GwxSelectorBaseStateItem

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows..::..Freezable
        FreezableFilteredCustomTypeDescriptorBase
          Ico.Gwx..::..GwxDynamic
            Ico.Gwx..::..GwxHide
              Ico.Gwx..::..GwxSelectorBaseStateItem
                Ico.Gwx..::..GwxRangeSelectorStateItem

See Also