Dynamic range selector animation.

Shows an object in a group of objects based on the value of a data source. Similar to GwxStateSelector

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows..::..Freezable
        FreezableFilteredCustomTypeDescriptorBase
          Ico.Gwx..::..GwxDynamic
            Ico.Gwx..::..GwxSelectorBase
              Ico.Gwx..::..GwxRangeSelector

See Also